Date: Thu, 5 Sep 2013 04:32:01 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326341 - head/games/p5-Games-Dice Message-ID: <201309050432.r854W1Rf015530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu Sep 5 04:32:01 2013 New Revision: 326341 URL: http://svnweb.freebsd.org/changeset/ports/326341 Log: - shift build_depends to test_depends Approved by: danilogondolfo@gmail.com (maintainer, implicit) Modified: head/games/p5-Games-Dice/Makefile Modified: head/games/p5-Games-Dice/Makefile ============================================================================== --- head/games/p5-Games-Dice/Makefile Thu Sep 5 03:37:40 2013 (r326340) +++ head/games/p5-Games-Dice/Makefile Thu Sep 5 04:32:01 2013 (r326341) @@ -12,7 +12,7 @@ COMMENT= Perl module to simulate die rol 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050432.r854W1Rf015530>