diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
commit | 868cb0f55356bda1a83f20c6009588136aa8b409 (patch) | |
tree | 7c9ec7836731b6900d1030dee9787124d835433d /www/p5-Gantry | |
parent | 98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (diff) |
- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
Notes
Notes:
svn path=/head/; revision=243317
Diffstat (limited to 'www/p5-Gantry')
-rw-r--r-- | www/p5-Gantry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Gantry/Makefile b/www/p5-Gantry/Makefile index 49c9371c68c1..ee2921b3ff93 100644 --- a/www/p5-Gantry/Makefile +++ b/www/p5-Gantry/Makefile @@ -18,7 +18,7 @@ COMMENT= Web application framework for mod_perl, cgi, etc BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ - ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ + ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \ ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ @@ -34,7 +34,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exceptio p5-Template-Plugin-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-Template-Plugin-HTML-SuperForm RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ - ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ + ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \ ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ |