diff options
Diffstat (limited to 'textproc/pear-XML_Beautifier/Makefile')
-rw-r--r-- | textproc/pear-XML_Beautifier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pear-XML_Beautifier/Makefile b/textproc/pear-XML_Beautifier/Makefile index 1413378d4133..614fc8d6a165 100644 --- a/textproc/pear-XML_Beautifier/Makefile +++ b/textproc/pear-XML_Beautifier/Makefile @@ -14,7 +14,7 @@ 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= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PEAR_WRKSRC= yes CATEGORY= XML |