diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-08-16 23:43:28 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-08-16 23:43:28 +0000 |
commit | f7070a06b6780eb29481082f5482d184ad71dab5 (patch) | |
tree | 491b0ce1ddbd3d7f3a81b64d29a50e459dad4569 /math | |
parent | ae3413e2cb46bfc826cf49218e338ab771981dd6 (diff) | |
download | ports-f7070a06b6780eb29481082f5482d184ad71dab5.tar.gz ports-f7070a06b6780eb29481082f5482d184ad71dab5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octcdf/Makefile | 3 |
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" |