diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
commit | 13c40c380327ca1b3267c7b95ca3fde12e433313 (patch) | |
tree | 8ca42e58d2965bafa4c044c03ea72590225d4093 /www/p5-Template-Plugin-FillInForm/Makefile | |
parent | 8001f3c6c6e82e0552dfaba8d32c81360e4b0af5 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Notes
Notes:
svn path=/head/; revision=298459
Diffstat (limited to 'www/p5-Template-Plugin-FillInForm/Makefile')
-rw-r--r-- | www/p5-Template-Plugin-FillInForm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Template-Plugin-FillInForm/Makefile b/www/p5-Template-Plugin-FillInForm/Makefile index 454efccf24d4..b6c16e61f6f8 100644 --- a/www/p5-Template-Plugin-FillInForm/Makefile +++ b/www/p5-Template-Plugin-FillInForm/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm -RUN_DEPENDS= ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS= p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |