aboutsummaryrefslogtreecommitdiff
path: root/databases
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
parent746fb0a42d4280784d2fd0d8c806b84bd0eecce9 (diff)
downloadports-7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa.tar.gz
ports-7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-MDB/Makefile4
-rw-r--r--databases/pear-MDB2_Schema/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pear-MDB/Makefile b/databases/pear-MDB/Makefile
index 49ef59eef757..c6450317846d 100644
--- a/databases/pear-MDB/Makefile
+++ b/databases/pear-MDB/Makefile
@@ -8,8 +8,8 @@ CATEGORIES= databases www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR unified API for DB access, based on user meta data
-BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+BUILD_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+RUN_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
USES= pear
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