diff options
Diffstat (limited to 'devel/pear-HTML_Select/Makefile')
-rw-r--r-- | devel/pear-HTML_Select/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-HTML_Select/Makefile b/devel/pear-HTML_Select/Makefile index 455606c14bdb..98817f470d90 100644 --- a/devel/pear-HTML_Select/Makefile +++ b/devel/pear-HTML_Select/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= HTML FILES= Select.php |