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/gsl | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-graphics-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index da0f04a4a3f..0422a39685a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,6 @@ MAINTAINER= jon.drews@gmail.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index e10aec93d45..68e0dddcbf5 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -216,9 +216,11 @@ include/gsl/gsl_version.h include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h lib/libgsl.a +lib/libgsl.la lib/libgsl.so lib/libgsl.so.7 lib/libgslcblas.a +lib/libgslcblas.la lib/libgslcblas.so lib/libgslcblas.so.0 libdata/pkgconfig/gsl.pc |