diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-16 18:27:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-16 18:27:14 +0000 |
commit | 34f79e07c8f7b965dd2d4c21dab21c9a1b8c244d (patch) | |
tree | a26235dba57ca38382300153912984a417bb08cd /www/p5-Handel/Makefile | |
parent | be9d497d291d0cda43d9e758f158f912cfa6dc00 (diff) | |
download | ports-34f79e07c8f7b965dd2d4c21dab21c9a1b8c244d.tar.gz ports-34f79e07c8f7b965dd2d4c21dab21c9a1b8c244d.zip |
Notes
Diffstat (limited to 'www/p5-Handel/Makefile')
-rw-r--r-- | www/p5-Handel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Handel/Makefile b/www/p5-Handel/Makefile index 11b78848db22..378afcc7fc75 100644 --- a/www/p5-Handel/Makefile +++ b/www/p5-Handel/Makefile @@ -18,9 +18,9 @@ COMMENT= Simple commerce framework with AxKit/TT/Catalyst support BUILD_DEPENDS= ${SITE_PERL}/Test/Strict.pm:${PORTSDIR}/devel/p5-Test-Strict \ ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ + ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/${PERL_ARCH}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ |