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 | |
parent | bd01f7f03823c9f1bc0b8dc0a7f04b64afc756a1 (diff) | |
download | ports-2f2429ab6bb63039b035767bf97a39bd7b04ecbe.tar.gz ports-2f2429ab6bb63039b035767bf97a39bd7b04ecbe.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 5 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 1 |
2 files changed, 4 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 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 8dcc7bafa6d7..21642355edca 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -45,5 +45,6 @@ lib/libginac.a lib/libginac.so lib/libginac-1.1.so lib/libginac-1.1.so.6 +libdata/pkgconfig/ginac.pc share/aclocal/ginac.m4 @dirrm include/ginac |