diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
commit | b360c0c97b599904652ff595b45d5ed7cd29aaac (patch) | |
tree | a19f2f07e36828c7650b4b16e1ef5e095b2d05f2 /science/cdo | |
parent | 9282898646dbb64f8807f3ea1a788a02042ddd9b (diff) | |
download | ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.tar.gz ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.zip |
Notes
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 4d1aac15093e..e9f18c2d7343 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -7,6 +7,7 @@ PORTNAME= cdo PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/1833/ \ LOCAL/sunpoet @@ -71,7 +72,7 @@ PLIST_SUB= NETCDF="@comment " .if !defined(WITHOUT_PROJ) CONFIGURE_ARGS+=--with-proj=${LOCALBASE} -LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj +LIB_DEPENDS+= proj.7:${PORTSDIR}/graphics/proj .endif .if !defined(WITHOUT_SZIP) |