diff options
author | mat <mat@FreeBSD.org> | 2006-08-22 00:46:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-08-22 00:46:15 +0800 |
commit | c3b78f0b999b924bf640376cf36ac35780d31af4 (patch) | |
tree | 4f1473c8abe4d1d86376866a79ddb4b5054efa06 | |
parent | d587833f19e6702f820ce3a22f0d3d5a0cac3796 (diff) | |
download | freebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.tar.gz freebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.tar.zst freebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.zip |
Fix dependency
Pointy Hat To: mat
-rw-r--r-- | deskutils/p5-Goo/Makefile | 2 | ||||
-rw-r--r-- | 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} |