diff --git a/devel/pear-Date_Holidays/Makefile b/devel/pear-Date_Holidays/Makefile index 46036443377f..897fc196c041 100644 --- a/devel/pear-Date_Holidays/Makefile +++ b/devel/pear-Date_Holidays/Makefile @@ -1,29 +1,28 @@ # Created by: Thomas Abthorpe PORTNAME= Date_Holidays PORTVERSION= 0.21.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR driver based class to calculate holidays LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Serializer>=0:devel/pear-XML_Serializer@${PHP_FLAVOR} USES= pear USE_GITHUB= yes GH_ACCOUNT= pear GH_TAGNAME= a3fc96f NO_ARCH= yes OPTIONS_DEFINE= PEAR_CONSOLE_GETARGS PEAR_CONSOLE_GETARGS_DESC= Console::Getargs support -PEAR_CONSOLE_GETARGS_BUILD_DEPENDS=${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR} +PEAR_CONSOLE_GETARGS_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=0:devel/pear-Console_Getargs@${PHP_FLAVOR} .include