aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Template-Expr
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-02-13 18:52:37 +0800
committernork <nork@FreeBSD.org>2003-02-13 18:52:37 +0800
commit4b94c1697e0c16eca1947ca81f803bb28db58b31 (patch)
treec86a3aee2fd9c4da7668622c0a944a8f1f052e80 /www/p5-HTML-Template-Expr
parent47383abeba7b838d80dd17e2434691422eaf2b1c (diff)
downloadfreebsd-ports-gnome-4b94c1697e0c16eca1947ca81f803bb28db58b31.tar.gz
freebsd-ports-gnome-4b94c1697e0c16eca1947ca81f803bb28db58b31.tar.zst
freebsd-ports-gnome-4b94c1697e0c16eca1947ca81f803bb28db58b31.zip
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/Makefile5
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