summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2019-01-19 12:43:20 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2019-01-19 12:43:20 +0000
commit297f3bca194a0474cff70a3024d45b870962c69e (patch)
treeffa2992371d1a4929077895ce8b5568a7e3581c5 /devel
parentnet-mgmt/check_ssl_cert: update to 1.80.1 (diff)
Fix *_DEPENDS after r369067
PR: 234693 Reported by: tobik Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=490721
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-Date_Holidays_USA/Makefile3
1 files changed, 2 insertions, 1 deletions
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