diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-02-23 09:35:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-02-23 09:35:57 +0000 |
commit | 02cdf14494361161f5207802a34a89be69cb3a1d (patch) | |
tree | d40c8027ce05e3bb5d81c76599eb6c674b56f2f8 | |
parent | Add two third-party modules: (diff) |
- Lists run depends explicitly.
Pointed out by: eadler
Notes
Notes:
svn path=/head/; revision=292112
-rw-r--r-- | devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile | 4 |
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 |