diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-22 23:55:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-22 23:55:13 +0000 |
commit | 220674374b5fa68bb8983c155b2b25fe7614ed20 (patch) | |
tree | 7b7854269ee704bfc2211d3d73eaec2431bd2fd2 /science | |
parent | 16c48b00c191507829b8567a06c1b3074ff39b9f (diff) | |
download | ports-220674374b5fa68bb8983c155b2b25fe7614ed20.tar.gz ports-220674374b5fa68bb8983c155b2b25fe7614ed20.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/minc2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile index 17e6261a59ae..2c2558ee4083 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -12,16 +12,14 @@ PORTNAME= minc PORTVERSION= 2.2.00 +PORTREVISION= 1 CATEGORIES= science biology MASTER_SITES= http://packages.bic.mni.mcgill.ca/tgz/ MAINTAINER= jwbacon@tds.net COMMENT= Medical Imaging NetCDF -LICENSE= AS-IS -LICENSE_NAME= AS-IS -LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror pkg-mirror +LICENSE= BSD LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ hdf5:${PORTSDIR}/science/hdf5 |