diff options
Diffstat (limited to 'devel/pear-PHPDoc/Makefile')
-rw-r--r-- | devel/pear-PHPDoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-PHPDoc/Makefile b/devel/pear-PHPDoc/Makefile index 7f822da2d625..a46c666b95bd 100644 --- a/devel/pear-PHPDoc/Makefile +++ b/devel/pear-PHPDoc/Makefile @@ -13,7 +13,7 @@ MAINTAINER= gerrit.beine@gmx.de COMMENT= Tool to generate documentation from the source BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= PHPDoc FILES= accessor/PhpdocAccessor.php \ |