diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-06 22:35:16 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-06 22:35:16 +0000 |
commit | 0cc234d3635864c61005dcd0e51251a20280b481 (patch) | |
tree | ae878061a69090560d735dc08c577de399b32ea8 /math/GiNaC | |
parent | 9068f977ebe8ca8bd8ccaa0ac7c49877b2f1200f (diff) | |
download | ports-0cc234d3635864c61005dcd0e51251a20280b481.tar.gz ports-0cc234d3635864c61005dcd0e51251a20280b481.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 1a8eaa4b9ca5..31c419ac5fb6 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcln.so:math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build \ - tar:bzip2 compiler:c++11-lang + tar:bzip2 compiler:c++11-lang compiler:c++11-lib GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip |