diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-08-21 16:46:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-08-21 16:46:15 +0000 |
commit | 2f15f9036bd4d05e038a2f875da8a543f7d3f1f9 (patch) | |
tree | 08700d59024518b43b0d804d65ef83fe0257a77e /deskutils/p5-Goo | |
parent | 65299e08dee7b2ba045296117da20e3936672b0a (diff) |
Fix dependency
Pointy Hat To: mat
Notes
Notes:
svn path=/head/; revision=171123
Diffstat (limited to 'deskutils/p5-Goo')
-rw-r--r-- | deskutils/p5-Goo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/p5-Goo/Makefile b/deskutils/p5-Goo/Makefile index 84beeef194f1..d4690c0dad2d 100644 --- a/deskutils/p5-Goo/Makefile +++ b/deskutils/p5-Goo/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \ ${SITE_PERL}/LWP/ConnCache.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ + ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ ${SITE_PERL}/Term/ProgressBar.pm:${PORTSDIR}/devel/p5-Term-ProgressBar \ |