diff options
-rw-r--r-- | math/gmp/Makefile | 4 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 2 | ||||
-rw-r--r-- | math/mpfr/Makefile | 3 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 1 |
4 files changed, 4 insertions, 6 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 diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index aca0e772f0c9..d82597284778 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -22,7 +23,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch -USES= libtool:keepla tar:xz +USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 8f287bbf90c0..e54b8abf1d1f 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -1,7 +1,6 @@ include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a -lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 lib/libmpfr.so.4.1.3 |