aboutsummaryrefslogtreecommitdiff
path: root/science/minc2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-27 16:29:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-27 16:29:28 +0000
commitbb5439929387b1375fed99d582744b03d7708a4a (patch)
treec588fb384e145a5fb2bde00aba6ef4032adf3d66 /science/minc2
parentc46d3879c7034788ba01f747dff4b9444aaddd57 (diff)
downloadports-bb5439929387b1375fed99d582744b03d7708a4a.tar.gz
ports-bb5439929387b1375fed99d582744b03d7708a4a.zip
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188566
Diffstat (limited to 'science/minc2')
-rw-r--r--science/minc2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile
index 41ed616e2b81..9fbb9f3dc453 100644
--- a/science/minc2/Makefile
+++ b/science/minc2/Makefile
@@ -27,8 +27,8 @@ COMMENT= Medical Imaging NetCDF
LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf \
hdf5.0:${PORTSDIR}/science/hdf5
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
USE_GCC= 3.2+
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"