diff options
Diffstat (limited to 'textproc/pear-XML_Beautifier/Makefile')
-rw-r--r-- | textproc/pear-XML_Beautifier/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/pear-XML_Beautifier/Makefile b/textproc/pear-XML_Beautifier/Makefile index 7ff830d..617c003 100644 --- a/textproc/pear-XML_Beautifier/Makefile +++ b/textproc/pear-XML_Beautifier/Makefile @@ -8,10 +8,10 @@ CATEGORIES= textproc devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to format XML documents -BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ - ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ - ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ + ${PEARDIR}/XML/Util.php:devel/pear-XML_Util +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ + ${PEARDIR}/XML/Util.php:devel/pear-XML_Util USES= pear |