diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-11 02:24:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-11 02:24:00 +0800 |
commit | 86f1a20ca7457e50780fdc9163a8456152442a36 (patch) | |
tree | 2c8899819dfcd11e73f6e8dfaba2f03591c398f5 | |
parent | 2163e24509900ce95c50f1b2edf1fcaea1457b28 (diff) | |
download | freebsd-ports-gnome-86f1a20ca7457e50780fdc9163a8456152442a36.tar.gz freebsd-ports-gnome-86f1a20ca7457e50780fdc9163a8456152442a36.tar.zst freebsd-ports-gnome-86f1a20ca7457e50780fdc9163a8456152442a36.zip |
Remove Perl core modules
- Sort TEST_DEPENDS
- Bump PORTREVISION for dependency change
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index a7c3deb4a9db..a49012184018 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -16,9 +16,8 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Games-Bingo>=0:games/p5-Games-Bingo \ p5-PDFLib>=0:print/p5-PDFLib RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Harness>=0:devel/p5-Test-Harness \ +TEST_DEPENDS= p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage NO_ARCH= yes |