diff options
author | stephen <stephen@FreeBSD.org> | 2014-05-11 05:36:36 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-05-11 05:36:36 +0800 |
commit | b0ebc9e6dd15953c17edb543d851aae9068ee00e (patch) | |
tree | 4f0768d411e2d8930fdd8d175f7a7e900d36ad47 /math/GiNaC | |
parent | ba75feeee1bd570a6da88f20af5f41cfde50f262 (diff) | |
download | freebsd-ports-gnome-b0ebc9e6dd15953c17edb543d851aae9068ee00e.tar.gz freebsd-ports-gnome-b0ebc9e6dd15953c17edb543d851aae9068ee00e.tar.zst freebsd-ports-gnome-b0ebc9e6dd15953c17edb543d851aae9068ee00e.zip |
- Change AUTOTOOLS=libtool to USES=libtool.
- Bump portrevision.
Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 5 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 2aaa5b2a4145..787924f86964 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -3,6 +3,7 @@ PORTNAME= GiNaC PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -14,8 +15,8 @@ COMMENT= C++ library for symbolic mathematical calculations LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USE_BZIP2= yes -USES= pkgconfig pathfix gmake -USE_AUTOTOOLS= libtool +USES= pkgconfig pathfix gmake libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index cf4ca2dc3393..2f7de764efcb 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -48,9 +48,9 @@ include/ginac/tensor.h include/ginac/version.h include/ginac/wildcard.h lib/libginac.a -lib/libginac.la lib/libginac.so -lib/libginac.so.3 +lib/libginac.so.2 +lib/libginac.so.2.1.0 libdata/pkgconfig/ginac.pc man/man1/ginsh.1.gz man/man1/viewgar.1.gz |