diff options
author | wiz <wiz> | 2014-05-31 12:22:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-31 12:22:42 +0000 |
commit | ebc022c3744337116b012c1db25fbd1f52e79074 (patch) | |
tree | 741e06516c76b86113aa994dae654d00f8f6089f /devel/bugzilla/Makefile | |
parent | 6ee474e630f1e24f86b0373554f74af75a22b5c6 (diff) | |
download | pkgsrc-ebc022c3744337116b012c1db25fbd1f52e79074.tar.gz |
Don't expect perl to provide p5-CGI, depend on the package instead.
Bump PKGREVISION.
p5-CGI will be removed from perl soon.
Diffstat (limited to 'devel/bugzilla/Makefile')
-rw-r--r-- | devel/bugzilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index e3fc1e0d0f0..32e52c54b14 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2014/05/29 23:35:34 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/31 12:22:42 wiz Exp $ DISTNAME= bugzilla-2.22.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.bugzilla.org/ COMMENT= Web based bug tracking system DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig -DEPENDS+= {perl>=5.8.1,p5-CGI>=2.93}:../../www/p5-CGI +DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI DEPENDS+= p5-DBI>=1.38:../../databases/p5-DBI DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit |