diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-06 20:04:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-06 20:04:31 +0000 |
commit | 5b267b6afd989daed6fa79603425d02ae9fb6ae6 (patch) | |
tree | f501b14de7535cdd1300fa51f8ab8abf526665c8 /math/GiNaC/Makefile | |
parent | aa52fa7fe434575b6e88d93871e52dd01e1a55dc (diff) | |
download | ports-5b267b6afd989daed6fa79603425d02ae9fb6ae6.tar.gz ports-5b267b6afd989daed6fa79603425d02ae9fb6ae6.zip |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index add93bf91bf0..4447cf7c4613 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -18,12 +18,11 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes |