diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 03:47:25 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 03:47:25 +0000 |
commit | 108257931ff00abae2979ddb6aa7e4ee28823ced (patch) | |
tree | ab75de23b143b9f7ed6a92645f5dd446cceeba96 | |
parent | e845f7e24e698a068dce4335932ecd19d8aa7b7e (diff) |
biology/protomol: Fix doubled USES overwriting the old value
- Make sure shebangfix is actually used
Notes
Notes:
svn path=/head/; revision=477997
-rw-r--r-- | biology/protomol/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index bfd69198dc0e..ed63bafe11b4 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -3,7 +3,7 @@ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/ProtoMol/${PORTVERSION} DISTFILES= ${DISTNAME}-tar.gz @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= shebangfix +USES= jpeg shebangfix USE_CXXSTD= c++98 SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \ examples/butane_4/cleanOutput.bash \ @@ -27,7 +27,6 @@ SHEBANG_LANG= awk awk_OLD_CMD= /usr/bin/gawk awk_CMD= /usr/bin/awk # base awk works fine in this case GNU_CONFIGURE= yes -USES= jpeg USE_XORG= xmu xt sm ice xext x11 xi # Hack to cure a misbehavior of the configure script |