diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-10 11:08:59 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-10 11:08:59 +0800 |
commit | 610212316137c208ffd9b26080fc421de324fd59 (patch) | |
tree | c91854258303d56249eb84c2eb9a06cd4d69d7a0 /science/minc2 | |
parent | c2a65d2dbb500629cec3ba6d3bd910ecded3cf6a (diff) | |
download | freebsd-ports-gnome-610212316137c208ffd9b26080fc421de324fd59.tar.gz freebsd-ports-gnome-610212316137c208ffd9b26080fc421de324fd59.tar.zst freebsd-ports-gnome-610212316137c208ffd9b26080fc421de324fd59.zip |
science/netcdf
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
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 9fbb9f3dc453..35050f9e13ef 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -17,6 +17,7 @@ PORTNAME= minc PORTVERSION= 2.0.09 +PORTREVISION= 1 CATEGORIES= science biology MASTER_SITES= http://www.bic.mni.mcgill.ca/users/bert/ \ http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ @@ -24,7 +25,7 @@ MASTER_SITES= http://www.bic.mni.mcgill.ca/users/bert/ \ MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT= Medical Imaging NetCDF -LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf \ +LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ hdf5.0:${PORTSDIR}/science/hdf5 USE_AUTOTOOLS= libtool:15 |