[Midnightbsd-cvs] mports [21924] trunk/devel/p5-strictures/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 28 22:49:13 EDT 2016
Revision: 21924
http://svnweb.midnightbsd.org/mports/?rev=21924
Author: laffer1
Date: 2016-09-28 22:49:13 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/devel/p5-strictures/Makefile
Modified: trunk/devel/p5-strictures/Makefile
===================================================================
--- trunk/devel/p5-strictures/Makefile 2016-09-29 02:46:33 UTC (rev 21923)
+++ trunk/devel/p5-strictures/Makefile 2016-09-29 02:49:13 UTC (rev 21924)
@@ -25,9 +25,9 @@
OPTIONS_DEFAULT=STRICTURES_EXTRA
STRICTURES_EXTRA_DESC= Enable full set of strictures (recommended)
-STRICTURES_EXTRA_BUILD_DEPENDS= p5-bareword-filehandles>=0:devel/p5-bareword-filehandles \
- p5-indirect>=0:devel/p5-indirect \
- p5-multidimensional>=0:devel/p5-multidimensional
+STRICTURES_EXTRA_BUILD_DEPENDS= p5-bareword-filehandles>=0:${PORTSDIR}/devel/p5-bareword-filehandles \
+ p5-indirect>=0:${PORTSDIR}/devel/p5-indirect \
+ p5-multidimensional>=0:${PORTSDIR}/devel/p5-multidimensional
STRICTURES_EXTRA_RUN_DEPENDS= ${STRICTURES_EXTRA_BUILD_DEPENDS}
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list