diff options
Diffstat (limited to 'www/p5-HTML-Template-Associate/Makefile')
-rw-r--r-- | www/p5-HTML-Template-Associate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Template-Associate/Makefile b/www/p5-HTML-Template-Associate/Makefile index d0bcec8..b6eee6e 100644 --- a/www/p5-HTML-Template-Associate/Makefile +++ b/www/p5-HTML-Template-Associate/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Bridges gap between HTML::Template and other modules -RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator +RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ + p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |