diff options
Diffstat (limited to 'science/cdo/Makefile')
-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 3544e890ac51..783eae420b68 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -1,5 +1,6 @@ PORTNAME= cdo PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/29938/ \ LOCAL/sunpoet @@ -59,7 +60,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 |