diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 21:10:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 21:10:33 +0000 |
commit | a3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc (patch) | |
tree | 29f5d2bb3439e68165d6e0318541bee81da467a8 /math/GiNaC | |
parent | de029b7c1bd5127851b395658459792e22a5ae59 (diff) | |
download | ports-a3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc.tar.gz ports-a3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-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 46ddfe9dbd1f..a23be330eeec 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -8,6 +8,7 @@ PORTNAME= GiNaC PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for symbolic mathematical calculations -LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln USE_BZIP2= yes USE_GCC= 3.4+ |