aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Schema
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-08-22 22:21:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-08-22 22:21:44 +0000
commit7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa (patch)
tree4fd28af58a302ff0712136217c5cd3fc67c5f644 /databases/pear-MDB2_Schema
parent746fb0a42d4280784d2fd0d8c806b84bd0eecce9 (diff)
downloadports-7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa.tar.gz
ports-7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa.zip
Fix depends on devel/pear-XML_Parser.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=395055
Diffstat (limited to 'databases/pear-MDB2_Schema')
-rw-r--r--databases/pear-MDB2_Schema/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile
index 2e421da4ad97..0f69f48559f7 100644
--- a/databases/pear-MDB2_Schema/Makefile
+++ b/databases/pear-MDB2_Schema/Makefile
@@ -9,11 +9,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR XML based database schema manager
BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
- ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
- ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer