diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /science | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'science')
-rw-r--r-- | science/ghmm/Makefile | 1 | ||||
-rw-r--r-- | science/ghmm/pkg-plist | 1 | ||||
-rw-r--r-- | science/minc/Makefile | 1 | ||||
-rw-r--r-- | science/szip/Makefile | 1 | ||||
-rw-r--r-- | science/vis5d+/Makefile | 1 | ||||
-rw-r--r-- | science/vis5d+/pkg-plist | 2 |
6 files changed, 7 insertions, 0 deletions
diff --git a/science/ghmm/Makefile b/science/ghmm/Makefile index a82c41c..62cc539 100644 --- a/science/ghmm/Makefile +++ b/science/ghmm/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clsung@FreeBSD.org COMMENT= General Hidden Markov Model Library in C +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0 diff --git a/science/ghmm/pkg-plist b/science/ghmm/pkg-plist index c33e9f7..727ea78 100644 --- a/science/ghmm/pkg-plist +++ b/science/ghmm/pkg-plist @@ -41,6 +41,7 @@ include/ghmm/randvar.h include/ghmm/internal.h lib/libghmm.so.0 lib/libghmm.so +lib/libghmm.la lib/libghmm.a %%DATADIR%%/PHI_001_20.dat @dirrmtry %%DATADIR%% diff --git a/science/minc/Makefile b/science/minc/Makefile index 39ea25f..cb85517 100644 --- a/science/minc/Makefile +++ b/science/minc/Makefile @@ -27,6 +27,7 @@ COMMENT= Medical Imaging NetCDF LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GCC= 3.2+ diff --git a/science/szip/Makefile b/science/szip/Makefile index 2313561..5e1a036 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= Lossless compression library for scientific data +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes DOCFILE= Release_notes_2_0.pdf diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 1b89108..8a4ec7f 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +USE_AUTOTOOLS= libtool:15 USE_GL= yes USE_GNOME= gnometarget gtk12 USE_ICONV= yes diff --git a/science/vis5d+/pkg-plist b/science/vis5d+/pkg-plist index 73f91bf..6d15743 100644 --- a/science/vis5d+/pkg-plist +++ b/science/vis5d+/pkg-plist @@ -16,9 +16,11 @@ include/vis5d+/binio.h include/vis5d+/v5d.h include/vis5d+/v5df.h lib/libv5d.a +lib/libv5d.la lib/libv5d.so lib/libv5d.so.2 lib/libvis5d.a +lib/libvis5d.la lib/libvis5d.so lib/libvis5d.so.2 share/locale/es/LC_MESSAGES/vis5d+.mo |