diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /math/gmp | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 4 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index ce45cbb1fce3..5e67f7f2c229 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -17,7 +17,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 41ee39245c27..3bf4cc6efb26 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -1,8 +1,10 @@ include/gmp.h include/gmpxx.h lib/libgmp.a +lib/libgmp.la lib/libgmp.so lib/libgmp.so.6 lib/libgmpxx.a +lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.3 |