Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 10:25:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367506 - head/textproc/p5-YAML
Message-ID:  <201409071025.s87APGaj097654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Sep  7 10:25:15 2014
New Revision: 367506
URL: http://svnweb.freebsd.org/changeset/ports/367506
QAT: https://qat.redports.org/buildarchive/r367506/

Log:
  textproc/p5-YAML: fix DEPENDS
  
  p5-Test-YAML is a TEST_DEPENDS, and the BUILD/RUN_DEPENDS are empty
  
  Submitted by:	mat
  Pointy hat to:	pi

Modified:
  head/textproc/p5-YAML/Makefile

Modified: head/textproc/p5-YAML/Makefile
==============================================================================
--- head/textproc/p5-YAML/Makefile	Sun Sep  7 10:24:59 2014	(r367505)
+++ head/textproc/p5-YAML/Makefile	Sun Sep  7 10:25:15 2014	(r367506)
@@ -12,8 +12,7 @@ COMMENT=	YAML implementation in Perl
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071025.s87APGaj097654>