From c3b78f0b999b924bf640376cf36ac35780d31af4 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 21 Aug 2006 16:46:15 +0000 Subject: Fix dependency Pointy Hat To: mat --- deskutils/p5-Goo/Makefile | 2 +- games/p5-Games-AlphaBeta/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 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 \ diff --git a/games/p5-Games-AlphaBeta/Makefile b/games/p5-Games-AlphaBeta/Makefile index db9c972b987e..6bff6b582783 100644 --- a/games/p5-Games-AlphaBeta/Makefile +++ b/games/p5-Games-AlphaBeta/Makefile @@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Game-tree search with object oriented interface BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ - ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ + ${SITE_PERL}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} -- cgit