From 297f3bca194a0474cff70a3024d45b870962c69e Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Sat, 19 Jan 2019 12:43:20 +0000 Subject: Fix *_DEPENDS after r369067 PR: 234693 Reported by: tobik Sponsored by: Netzkommune GmbH --- devel/pear-Date_Holidays_USA/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/pear-Date_Holidays_USA/Makefile b/devel/pear-Date_Holidays_USA/Makefile index 5f3cafa6617a..04a80a4df8b2 100644 --- a/devel/pear-Date_Holidays_USA/Makefile +++ b/devel/pear-Date_Holidays_USA/Makefile @@ -2,6 +2,7 @@ PORTNAME= Date_Holidays_USA PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= joneum@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Driver based class to calculate holidays in the USA LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} -BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear -- cgit v1.2.3