diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 14:38:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 14:38:15 +0000 |
commit | 502cb2dce1bc1184976bbd83f2e3fbdcb4a0a3e2 (patch) | |
tree | bc882cb202c661e0c5698a170560c40c15b8f5db /www | |
parent | add py-bsddb3 (diff) |
add build-depends
PR: 26504
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=42735
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 64208f826462..2eac99084716 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru -RUN_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ +BUILD_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${BUILD_DEPENDS} IS_INTERACTIVE= yes PERL_CONFIGURE= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \ |