aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2012-02-23 17:35:57 +0800
committerkuriyama <kuriyama@FreeBSD.org>2012-02-23 17:35:57 +0800
commit7aa75b5e41a7a4262c3aa7727597e63188962e4c (patch)
tree357eeea8b70079ea061a3beae4e89f273c9de588 /devel
parent51079b1c825d69adf0171c501824727ca3470ee8 (diff)
downloadfreebsd-ports-gnome-7aa75b5e41a7a4262c3aa7727597e63188962e4c.tar.gz
freebsd-ports-gnome-7aa75b5e41a7a4262c3aa7727597e63188962e4c.tar.zst
freebsd-ports-gnome-7aa75b5e41a7a4262c3aa7727597e63188962e4c.zip
- Lists run depends explicitly.
Pointed out by: eadler
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile
index 36ed6d2844ff..31173aa8129f 100644
--- a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile
+++ b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile
@@ -17,7 +17,9 @@ COMMENT= Perl extension to invoke callback on construction of entersub OPs
RUN_DEPENDS= \
p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils
-BUILD_DEPENDS= ${RUN_DEPENDS} \
+BUILD_DEPENDS= \
+ p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+ p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \
p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends
PERL_CONFIGURE= yes