diff options
author | mat <mat@FreeBSD.org> | 2015-08-23 06:21:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-23 06:21:44 +0800 |
commit | f5140a183fdc8794c02436c88e81575ac22088c1 (patch) | |
tree | 4fd28af58a302ff0712136217c5cd3fc67c5f644 /www | |
parent | 48dfbe985c0e9d7febdd6dcebd7bf527b919609d (diff) | |
download | freebsd-ports-gnome-f5140a183fdc8794c02436c88e81575ac22088c1.tar.gz freebsd-ports-gnome-f5140a183fdc8794c02436c88e81575ac22088c1.tar.zst freebsd-ports-gnome-f5140a183fdc8794c02436c88e81575ac22088c1.zip |
Fix depends on devel/pear-XML_Parser.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-UDDI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-UDDI/Makefile b/www/pear-UDDI/Makefile index 5402d7b85684..8bf417a6d43d 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/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +BUILD_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +RUN_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util USES= pear |