[Midnightbsd-cvs] mports [21775] trunk/devel/p5-bareword-filehandles/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 14:40:06 EDT 2016


Revision: 21775
          http://svnweb.midnightbsd.org/mports/?rev=21775
Author:   laffer1
Date:     2016-08-20 14:40:06 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/devel/p5-bareword-filehandles/Makefile

Modified: trunk/devel/p5-bareword-filehandles/Makefile
===================================================================
--- trunk/devel/p5-bareword-filehandles/Makefile	2016-08-20 18:39:20 UTC (rev 21774)
+++ trunk/devel/p5-bareword-filehandles/Makefile	2016-08-20 18:40:06 UTC (rev 21775)
@@ -17,10 +17,10 @@
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
-		p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints
+BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-Lexical-SealRequireHints>=0:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends
+BUILD_DEPENDS+=	p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends
 
 USE_PERL5=	configure
 USES=		perl5



More information about the Midnightbsd-cvs mailing list