From a98a2949bf8f02a3c8846fdf4f015c15aaf5e79e Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 2 Nov 2015 06:55:14 +0000 Subject: Fix DEPENDS after devel/pear-XML_Parser update --- www/pear-UDDI/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/pear-UDDI/Makefile b/www/pear-UDDI/Makefile index 8bf417a6d43d..5402d7b85684 100644 --- a/www/pear-UDDI/Makefile +++ b/www/pear-UDDI/Makefile @@ -8,9 +8,9 @@ CATEGORIES= www pear finance MAINTAINER= ports@FreeBSD.org COMMENT= PEAR UDDI for PHP -BUILD_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -RUN_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util USES= pear -- cgit