diff options
Diffstat (limited to 'science/cdo/Makefile')
-rw-r--r-- | science/cdo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 3544e890ac51..43c111203c7c 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -1,7 +1,7 @@ PORTNAME= cdo -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= science -MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/29938/ \ +MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/30034/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -59,7 +59,7 @@ SZIP_LIB_DEPENDS= libsz.so:science/libaec UDUNITS_CONFIGURE_WITH= udunits2 UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits UUID_CONFIGURE_OFF= ac_cv_func_uuid_create=no ac_cv_have_decl_uuid_create=no ac_cv_have_decl_uuid_generate=no ac_cv_lib_uuid_uuid_generate=no -UUID_LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +UUID_LIB_DEPENDS= libuuid.so:misc/libuuid post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| contrib||' ${WRKSRC}/Makefile.in |