diff options
Diffstat (limited to 'devel/bugzilla3/options.mk')
-rw-r--r-- | devel/bugzilla3/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla3/options.mk b/devel/bugzilla3/options.mk index b60655832b0..735eaba4f9a 100644 --- a/devel/bugzilla3/options.mk +++ b/devel/bugzilla3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2013/12/09 14:17:42 obache Exp $ +# $NetBSD: options.mk,v 1.5 2014/05/31 12:22:42 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bugzilla @@ -55,7 +55,7 @@ DEPENDS+= p5-HTML-Parser>=3.40:../../www/p5-HTML-Parser ### mod_perl ### .if !empty(PKG_OPTIONS:Mbugzilla-modperl) -DEPENDS+= {perl>=5.9.3,p5-CGI>=3.11}:../../www/p5-CGI +DEPENDS+= p5-CGI>=3.11:../../www/p5-CGI DEPENDS+= p5-Apache-DBI>=0.96:../../databases/p5-Apache-DBI . if defined(PKG_APACHE) . if !empty(PKG_APACHE:Mapache2) |