diff options
Diffstat (limited to 'science')
-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) |