diff options
author | ale <ale@FreeBSD.org> | 2005-08-29 21:57:39 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-08-29 21:57:39 +0800 |
commit | 2988ab212bf36780b37dce3a41988b747a91a06e (patch) | |
tree | 7b9bafd94ff9d4f1af9b6bc15938ac9abeaac9f0 /math/gmp | |
parent | 420df7aeb6fecaf57f823306c4cd8ca5a3fea185 (diff) | |
download | freebsd-ports-gnome-2988ab212bf36780b37dce3a41988b747a91a06e.tar.gz freebsd-ports-gnome-2988ab212bf36780b37dce3a41988b747a91a06e.tar.zst freebsd-ports-gnome-2988ab212bf36780b37dce3a41988b747a91a06e.zip |
Remove mpfr library from libgmp: it'll be included in the mpfr port.
PR: ports/84724
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 5 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 4291082cd802..0dc547385d3e 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -8,6 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -18,10 +19,10 @@ COMMENT= A free library for arbitrary precision arithmetic USE_LIBTOOL_VER=15 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --enable-cxx --enable-mpfr +CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes -INFO= gmp mpfr +INFO= gmp post-extract: @${RM} -f ${WRKSRC}/gmp.info* diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 8320acf290d7..41ee39245c27 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -1,12 +1,8 @@ include/gmp.h include/gmpxx.h -include/mpf2mpfr.h -include/mpfr.h -include/mpfrxx.h lib/libgmp.a lib/libgmp.so lib/libgmp.so.6 lib/libgmpxx.a lib/libgmpxx.so lib/libgmpxx.so.3 -lib/libmpfr.a |