summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-22 23:34:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-22 23:34:59 +0000
commit74a658027840772d92b24ece1d689637f7c8fd86 (patch)
tree8417ac0fdfa87ebc411bec117c481fb697068a41
parent- Project moves to a new home. Change MASTER_SITES and WWW (diff)
- Fix dependency line
Reported by: krismail
Notes
Notes: svn path=/head/; revision=183030
-rw-r--r--devel/pear-XML_Tree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-XML_Tree/Makefile b/devel/pear-XML_Tree/Makefile
index 4bf30474e24b..8bce4e6cb951 100644
--- a/devel/pear-XML_Tree/Makefile
+++ b/devel/pear-XML_Tree/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= PEAR class for representing XML data in a tree structure
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+ ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML