diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 12:06:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 12:06:06 +0800 |
commit | 78ebbc60fb3d52611ee0d8751914b67e551764b1 (patch) | |
tree | 2896495b8729e4cfd9cf9b2ec26b0e8b212c6d56 /games | |
parent | bbcb8b0e25f414f3b05b51d0f3467583ce18c242 (diff) | |
download | freebsd-ports-gnome-78ebbc60fb3d52611ee0d8751914b67e551764b1.tar.gz freebsd-ports-gnome-78ebbc60fb3d52611ee0d8751914b67e551764b1.tar.zst freebsd-ports-gnome-78ebbc60fb3d52611ee0d8751914b67e551764b1.zip |
it's not textproc/p5-Test-Pod-Coverage, it's devel/p5-Test-Pod-Coverage
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index 4b6025fcbe8f..3c07228e5ead 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/textproc/p5-Test-Pod-Coverage + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |