git: abc07dd3b26d - main - science/gromacs: Remove libxml2 dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 10:31:02 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=abc07dd3b26deb3d5b99b02a1faaa58a11c2313d commit abc07dd3b26deb3d5b99b02a1faaa58a11c2313d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-14 10:23:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-14 10:30:54 +0000 science/gromacs: Remove libxml2 dependency --- science/gromacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index c21e414eb1ae..fe0f72f32e22 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -1,5 +1,6 @@ PORTNAME= gromacs DISTVERSION= 2025.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://ftp.gromacs.org/pub/gromacs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # only for googletest @@ -20,9 +21,8 @@ LIB_DEPENDS= liblmfit.so:math/lmfit \ libmuparser.so:math/muparser # TODO tng -USES= cmake compiler:c++17-lang gnome pathfix perl5 pkgconfig \ +USES= cmake compiler:c++17-lang pathfix perl5 pkgconfig \ python:build shebangfix -USE_GNOME= libxml2 USE_LDCONFIG= yes USE_GITHUB= nodefault