diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-09-05 04:32:01 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-09-05 04:32:01 +0000 |
commit | 2518e888d5c2ba18195747b866d1dda45ed0053c (patch) | |
tree | ddbbe9766f5ace5e254709ba7ef471399d6ae080 /games/p5-Games-Dice | |
parent | 8b3a2bdaf8d5dc94ba5bde10607d585c7f2e9d48 (diff) |
- shift build_depends to test_depends
Approved by: danilogondolfo@gmail.com (maintainer, implicit)
Notes
Notes:
svn path=/head/; revision=326341
Diffstat (limited to 'games/p5-Games-Dice')
-rw-r--r-- | games/p5-Games-Dice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/p5-Games-Dice/Makefile b/games/p5-Games-Dice/Makefile index 147a5136fa8b..5e50a9ab31e9 100644 --- a/games/p5-Games-Dice/Makefile +++ b/games/p5-Games-Dice/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl module to simulate die rolls LICENSE= MIT -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple |