aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2013-08-16 23:43:28 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2013-08-16 23:43:28 +0000
commitf7070a06b6780eb29481082f5482d184ad71dab5 (patch)
tree491b0ce1ddbd3d7f3a81b64d29a50e459dad4569 /math
parentae3413e2cb46bfc826cf49218e338ab771981dd6 (diff)
downloadports-f7070a06b6780eb29481082f5482d184ad71dab5.tar.gz
ports-f7070a06b6780eb29481082f5482d184ad71dab5.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-octcdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile
index 5dbc5a841e00..bb97d595e7b3 100644
--- a/math/octave-forge-octcdf/Makefile
+++ b/math/octave-forge-octcdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= octave-forge-octcdf
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -14,7 +15,7 @@ OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
-LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf
+LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4
.include "${.CURDIR}/../../Mk/bsd.octave.mk"