diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 21:45:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 21:45:56 +0000 |
commit | d12e6e2a79ea365a69ce7466cd932d07006d5653 (patch) | |
tree | 14f602036c51db70b201b03897e7e413e749b72e /math | |
parent | 494d116f056b3b72d9959522eb48ee21767f70f8 (diff) | |
download | ports-d12e6e2a79ea365a69ce7466cd932d07006d5653.tar.gz ports-d12e6e2a79ea365a69ce7466cd932d07006d5653.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 787924f86964..de0e9f7af1a8 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -14,8 +14,7 @@ COMMENT= C++ library for symbolic mathematical calculations LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln -USE_BZIP2= yes -USES= pkgconfig pathfix gmake libtool +USES= gmake libtool makeinfo pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |