aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2006-08-22 00:46:15 +0800
committermat <mat@FreeBSD.org>2006-08-22 00:46:15 +0800
commitc3b78f0b999b924bf640376cf36ac35780d31af4 (patch)
tree4f1473c8abe4d1d86376866a79ddb4b5054efa06 /games
parentd587833f19e6702f820ce3a22f0d3d5a0cac3796 (diff)
downloadfreebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.tar.gz
freebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.tar.zst
freebsd-ports-gnome-c3b78f0b999b924bf640376cf36ac35780d31af4.zip
Fix dependency
Pointy Hat To: mat
Diffstat (limited to 'games')
-rw-r--r--games/p5-Games-AlphaBeta/Makefile2
1 files changed, 1 insertions, 1 deletions
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}