summaryrefslogtreecommitdiff
path: root/devel/bugzilla
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-11-24 09:57:02 +0000
committerwiz <wiz@pkgsrc.org>2013-11-24 09:57:02 +0000
commitb362cdf6ca6e15d9c5626946935ca5a6961a2a0b (patch)
tree7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /devel/bugzilla
parent217eae48c69f0a411841255e10e1a3a34ee49624 (diff)
downloadpkgsrc-b362cdf6ca6e15d9c5626946935ca5a6961a2a0b.tar.gz
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'devel/bugzilla')
-rw-r--r--devel/bugzilla/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index 355e9275ba6..c02136939b0 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2013/05/31 12:39:57 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.38 2013/11/24 09:57:03 wiz Exp $
DISTNAME= bugzilla-2.22.7
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/}
@@ -16,7 +15,7 @@ DEPENDS+= p5-DBI>=1.38:../../databases/p5-DBI
DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
DEPENDS+= p5-Text-Tabs+Wrap>=2001.0131:../../textproc/p5-Text-Tabs+Wrap
-DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
+#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
DEPENDS+= p5-MailTools>=1.74:../../mail/p5-MailTools
DEPENDS+= p5-MIME-Base64>=3.01:../../converters/p5-MIME-Base64