aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Text_Highlighter
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-11-02 06:55:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-11-02 06:55:14 +0000
commitd2d9593028d303f7d14888abc2ac3b9ac79c6fa8 (patch)
tree0dbd26ea99d15135317629f06ed241492d2c04f1 /textproc/pear-Text_Highlighter
parent4fedd102f533f8b94e3249344d0e7137db497024 (diff)
downloadports-d2d9593028d303f7d14888abc2ac3b9ac79c6fa8.tar.gz
ports-d2d9593028d303f7d14888abc2ac3b9ac79c6fa8.zip
Fix DEPENDS after devel/pear-XML_Parser update
Notes
Notes: svn path=/head/; revision=400633
Diffstat (limited to 'textproc/pear-Text_Highlighter')
-rw-r--r--textproc/pear-Text_Highlighter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pear-Text_Highlighter/Makefile b/textproc/pear-Text_Highlighter/Makefile
index 6f0c434bd7b8..a74b73d1597e 100644
--- a/textproc/pear-Text_Highlighter/Makefile
+++ b/textproc/pear-Text_Highlighter/Makefile
@@ -8,8 +8,8 @@ CATEGORIES= textproc pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR Syntax highlighting
-BUILD_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
USES= pear