diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
commit | 095fbe3e1ac5c36839609020469db604066f1593 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/minc2 | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) | |
download | ports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz ports-095fbe3e1ac5c36839609020469db604066f1593.zip |
Notes
Diffstat (limited to 'science/minc2')
-rw-r--r-- | science/minc2/Makefile | 3 |
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 |