diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:17:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 11:17:19 +0800 |
commit | 4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf (patch) | |
tree | c25f16e279d111bbdccec651cfe390f8432326e7 /graphics/gmt | |
parent | 4c8bd33779d7514cabed99d6c6eccbe6635ee926 (diff) | |
download | freebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.tar.gz freebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.tar.zst freebsd-ports-gnome-4cf90b05c65ff63b679e4a9ccb4bb982a36cafdf.zip |
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'graphics/gmt')
-rw-r--r-- | graphics/gmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index b89f7de6f7bd..fdd5b49ecbd7 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmt PORTVERSION= 4.5.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ @@ -25,7 +25,7 @@ LICENSE_COMB= multi LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_LGPL3= ${GSHHG_DISTNAME}${EXTRACT_SUFX} -LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf4 +LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf RUN_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |