diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /math/mpfr | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 3 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 1109611e0c5b..a6d4258b8ad5 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpfr PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ @@ -15,7 +16,7 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --enable-shared INSTALLS_SHLIB= yes diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index e3ee60146e39..1363efa6c1b9 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -1,5 +1,6 @@ include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a +lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.1 |