diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-11 02:18:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-11 02:18:44 +0000 |
commit | ac068b0f3e1381f5eb0a66d9f458114ed94748d5 (patch) | |
tree | c29520263b27c2b8e1bf0118e2246ed47ff1863d /math/GiNaC/Makefile | |
parent | 87a7fb201a924b9b23c252b2dfec0538f1682828 (diff) | |
download | ports-ac068b0f3e1381f5eb0a66d9f458114ed94748d5.tar.gz ports-ac068b0f3e1381f5eb0a66d9f458114ed94748d5.zip |
Notes
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} |