svn commit: r326341 - head/games/p5-Games-Dice

Jason Helfman jgh at FreeBSD.org
Thu Sep 5 04:32:02 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list