diff options
Diffstat (limited to 'devel/pear-HTML_QuickForm/Makefile')
-rw-r--r-- | devel/pear-HTML_QuickForm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-HTML_QuickForm/Makefile b/devel/pear-HTML_QuickForm/Makefile index 98a3ce74f6f7..0b57e47ed45e 100644 --- a/devel/pear-HTML_QuickForm/Makefile +++ b/devel/pear-HTML_QuickForm/Makefile @@ -13,7 +13,7 @@ MAINTAINER= gerrit.beine@gmx.de COMMENT= Provide methods for creating, validating and processing HTML forms BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= HTML FILES= QuickForm.php \ |