diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /math/cvc3 | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'math/cvc3')
-rw-r--r-- | math/cvc3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 2b4dd659a13f..b5d1d2346f5a 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -18,12 +18,8 @@ CONFIGURE_ARGS= --enable-dynamic \ --with-extra-libs=${LOCALBASE}/lib CXXFLAGS+= -fPIC GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes - -.include <bsd.port.pre.mk> post-patch: ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/Makefile.std @@ -33,4 +29,4 @@ post-patch: post-install: ${INSTALL_PROGRAM} `readlink ${WRKSRC}/bin/cvc3` ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |