diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 22:29:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 22:29:23 +0000 |
commit | 9a238273a20ba54a666d18131371c16e36e4aff8 (patch) | |
tree | ed5ef49b19cd0aea1e4536d55d9caa7c63a70c90 /math/gmp | |
parent | 8eced4b23df19b5d7b36a7969f6be7b21e359135 (diff) | |
download | ports-9a238273a20ba54a666d18131371c16e36e4aff8.tar.gz ports-9a238273a20ba54a666d18131371c16e36e4aff8.zip |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 7 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 5fc5f6190b4c..945a84047ebb 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -16,10 +17,8 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USE_XZ= yes -HAS_CONFIGURE= yes -GNU_CONFIGURE= no # needed, since the following line would add it -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack +USES= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 877b0d7e98fb..d67c6fe69806 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -4,7 +4,9 @@ lib/libgmp.a lib/libgmp.la lib/libgmp.so lib/libgmp.so.10 +lib/libgmp.so.10.1.3 lib/libgmpxx.a lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.4 +lib/libgmpxx.so.4.3.3 |