diff options
author | krion <krion@FreeBSD.org> | 2004-02-02 16:20:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-02 16:20:02 +0000 |
commit | e51f86154fa4235daa6df21572fbfa910ca72273 (patch) | |
tree | 4bc23a5c03b73ab0faa9a20c1033bae6feb66109 /math/GiNaC | |
parent | c2e04171455eed608f82ef80acd258e8c603e6d6 (diff) | |
download | FreeBSD-ports-e51f86154fa4235daa6df21572fbfa910ca72273.zip FreeBSD-ports-e51f86154fa4235daa6df21572fbfa910ca72273.tar.gz |
- Utilize USE_GNOME
- Fix pkg-plist
PR: ports/62264
Submitted by: Ports Fury
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 c2f681f..1758db8 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 8dcc7ba..2164235 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 |