diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 10:52:37 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 10:52:37 +0000 |
commit | 676a02a46a6031a22c9c2f28ee3e7cb693305004 (patch) | |
tree | d9d4e910552abc1a658ec73f8afdbda3e436d071 /www/p5-HTML-Template-Expr | |
parent | while we're at it, also remove the pkg-comment (diff) |
Fix BUILD_DEPENDS to p5-Test-Simple(implicitly).
Pointed out by: edwin
Diffstat (limited to 'www/p5-HTML-Template-Expr')
-rw-r--r-- | www/p5-HTML-Template-Expr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile index d0d898b28b93..4f5475f106cc 100644 --- a/www/p5-HTML-Template-Expr/Makefile +++ b/www/p5-HTML-Template-Expr/Makefile @@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${RUN_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |