aboutsummaryrefslogtreecommitdiff
path: root/science/minc2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
commit095fbe3e1ac5c36839609020469db604066f1593 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/minc2
parentb7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff)
downloadports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz
ports-095fbe3e1ac5c36839609020469db604066f1593.zip
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=352854
Diffstat (limited to 'science/minc2')
-rw-r--r--science/minc2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile
index c09439252284..7963920933db 100644
--- a/science/minc2/Makefile
+++ b/science/minc2/Makefile
@@ -12,6 +12,7 @@
PORTNAME= minc
PORTVERSION= 2.0.18
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= science biology
MASTER_SITES= http://packages.bic.mni.mcgill.ca/tgz/ \
@@ -24,7 +25,7 @@ COMMENT= Medical Imaging NetCDF
LICENSE= BSD
LIB_DEPENDS= libnetcdf.so.4:${PORTSDIR}/science/netcdf \
- libhdf5.so.0:${PORTSDIR}/science/hdf5
+ libhdf5.so:${PORTSDIR}/science/hdf5
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes