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/gsl | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
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 da0f04a4a3fc..0422a39685a1 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 e10aec93d458..68e0dddcbf51 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 |