diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-22 22:21:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-22 22:21:44 +0000 |
commit | 7b6ee20e073fd7e18c27e4470fcd49bb0bb2cdaa (patch) | |
tree | 4fd28af58a302ff0712136217c5cd3fc67c5f644 /databases/pear-MDB | |
parent | New port: databases/tarantool-c (diff) |
Fix depends on devel/pear-XML_Parser.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=395055
Diffstat (limited to 'databases/pear-MDB')
-rw-r--r-- | databases/pear-MDB/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |