diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /math/libgmp4 | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'math/libgmp4')
-rw-r--r-- | math/libgmp4/Makefile | 4 | ||||
-rw-r--r-- | math/libgmp4/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index ce45cbb1fce3..5e67f7f2c229 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -17,7 +17,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes diff --git a/math/libgmp4/pkg-plist b/math/libgmp4/pkg-plist index 41ee39245c27..3bf4cc6efb26 100644 --- a/math/libgmp4/pkg-plist +++ b/math/libgmp4/pkg-plist @@ -1,8 +1,10 @@ include/gmp.h include/gmpxx.h lib/libgmp.a +lib/libgmp.la lib/libgmp.so lib/libgmp.so.6 lib/libgmpxx.a +lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.3 |