diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 16:20:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 16:20:02 +0000 |
commit | 2f2429ab6bb63039b035767bf97a39bd7b04ecbe (patch) | |
tree | a4db79156a9b5073eef175a5980c93a1adf6721c /math/GiNaC/Makefile | |
parent | bd01f7f03823c9f1bc0b8dc0a7f04b64afc756a1 (diff) |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index c2f681f4d756..1758db82b1c0 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -8,6 +8,7 @@ PORTNAME= GiNaC PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -15,12 +16,12 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for symbolic mathematical calculations -LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln USE_BZIP2= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" INSTALLS_SHLIB= yes |