aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Handel
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-08-17 02:27:14 +0800
committererwin <erwin@FreeBSD.org>2006-08-17 02:27:14 +0800
commit640416b4ea978c2aa7b76db513eec773ea73a476 (patch)
treef42a4a0390f3036111f5554c88ff2a6cce43a77c /www/p5-Handel
parent1f542a0fdb033d0828bdf0be25c202845bc24d62 (diff)
downloadfreebsd-ports-gnome-640416b4ea978c2aa7b76db513eec773ea73a476.tar.gz
freebsd-ports-gnome-640416b4ea978c2aa7b76db513eec773ea73a476.tar.zst
freebsd-ports-gnome-640416b4ea978c2aa7b76db513eec773ea73a476.zip
Who put something weird in my tea? Fix a broken dependency instead
of breaking a working one. Spacy pointyhat to: erwin
Diffstat (limited to 'www/p5-Handel')
-rw-r--r--www/p5-Handel/Makefile4
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 \