diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-11 10:18:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-11 10:18:44 +0800 |
commit | 6bc07fe74be7b2043b7e4690fe3e619386b71a6d (patch) | |
tree | b1e6c2eabab25dc3c242bc5b59ff6ee0b7adb6d4 /math/GiNaC/Makefile | |
parent | c5b4443b73df81d0c53ef8822aad046d700cfbd2 (diff) | |
download | freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.tar.gz freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.tar.zst freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.zip |
upgrade to 1.1.0
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 0b713bb23243..46abb21507f3 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.0.14 +PORTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ @@ -20,6 +20,7 @@ LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln USE_REINPLACE= yes USE_BZIP2= yes +USE_GCC= 3.2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |