diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
commit | db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06 (patch) | |
tree | 3d7b9b3c03997b86c2b05bf4090d5a10a40ce190 /graphics/gmt | |
parent | Update to version 1.2.10 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=189624
Diffstat (limited to 'graphics/gmt')
-rw-r--r-- | graphics/gmt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 05ae4918e1bd..0b05c2ba605a 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmt PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://gmt.soest.hawaii.edu/pub/gmt/ \ ftp://falcon.grdl.noaa.gov/pub/gmt/ \ @@ -23,7 +24,7 @@ EXTRACT_ONLY= ${DISTNAME}_progs${EXTRACT_SUFX} \ MAINTAINER= sec@42.org COMMENT= The Generic Mapping Tools data processing and display software package -LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf +LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf EXTRACT_SUB= GMT_share${EXTRACT_SUFX} |