diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-10 16:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-10 16:13:24 +0000 |
commit | 424ceb4c2512d1dc5dbdb6849fb75d955b0272b7 (patch) | |
tree | cd26615bd71bf4223cf2805397b3412fcf038b28 /math/gmp | |
parent | 31dc6e1f6b61fbcd8e7cd1fbb5594ae91b75b280 (diff) |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 4 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 7aa7e3205fd4..0f4039165829 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= GNU @@ -15,7 +15,7 @@ LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU -USES= libtool:keepla makeinfo tar:xz +USES= libtool makeinfo tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index d67c6fe69806..27c85cf6158c 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -1,12 +1,10 @@ include/gmp.h include/gmpxx.h 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 |