diff options
Diffstat (limited to 'www/pear-Text_Wiki/Makefile')
-rw-r--r-- | www/pear-Text_Wiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-Text_Wiki/Makefile b/www/pear-Text_Wiki/Makefile index c3642e6b7cf8..dc28c66f98d9 100644 --- a/www/pear-Text_Wiki/Makefile +++ b/www/pear-Text_Wiki/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Abstracts parsing and rendering rules for Wiki markup BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Text FILES= Wiki.php Wiki/Parse.php Wiki/Default.php \ |