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/mpfr | |
parent | 31dc6e1f6b61fbcd8e7cd1fbb5594ae91b75b280 (diff) |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 3 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
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 |