diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /math/cln | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) | |
download | freebsd-ports-bbc8c4d740872dbe971f6164448e5ba893cb166f.zip |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index be2196a20e7c..3511729de89b 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -14,8 +14,7 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp USE_LDCONFIG= yes |