diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:22:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:22:56 +0000 |
commit | f847f4cabc10692c5ecda29c215115ea999af34e (patch) | |
tree | eda5d412528d54f575d687fce251cb929a1775a1 | |
parent | 756ee59680c09cab4719d9130949284291dd0506 (diff) |
devel/pear-Date_Holidays: Move BUILD_DEPENDS to RUN_DEPENDS
- Change the way *_DEPENDS are set
- Remove BUILD_DEPENDS
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/pear-Date_Holidays/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ -2,7 +2,7 @@ PORTNAME= Date_Holidays PORTVERSION= 0.21.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org @@ -10,8 +10,7 @@ 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 @@ -24,6 +23,6 @@ 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 <bsd.port.mk> |