From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- math/mpfr/Makefile | 3 ++- math/mpfr/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'math/mpfr') 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 -- cgit