diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-01-22 13:33:05 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-01-22 13:33:05 +0000 |
commit | 1276b757c6f8e29860a6f54aeb912ffb57c1b874 (patch) | |
tree | 7b6dc0a3e033a90ac7f6f1f3cf6d974fa3d9333d /www/p5-Catalyst-View-Templated/Makefile | |
parent | e0de7b3bdd6975ab3cf980273b8a9e0e5e46c234 (diff) |
Fix BUILD_DEPENDS
Pointed by: pav
Notes
Notes:
svn path=/head/; revision=206024
Diffstat (limited to 'www/p5-Catalyst-View-Templated/Makefile')
-rw-r--r-- | www/p5-Catalyst-View-Templated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-View-Templated/Makefile b/www/p5-Catalyst-View-Templated/Makefile index 19f2e1cd345a..1fdb8574bdaa 100644 --- a/www/p5-Catalyst-View-Templated/Makefile +++ b/www/p5-Catalyst-View-Templated/Makefile @@ -16,7 +16,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Generic base class for template-based views BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - ${SITE_PERL}/${PERL_ARCH}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \ + ${SITE_PERL}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \ ${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3 RUN_DEPENDS= ${BUILD_DEPENDS} |