diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
commit | b362cdf6ca6e15d9c5626946935ca5a6961a2a0b (patch) | |
tree | 7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /devel/rt4 | |
parent | 217eae48c69f0a411841255e10e1a3a34ee49624 (diff) | |
download | pkgsrc-b362cdf6ca6e15d9c5626946935ca5a6961a2a0b.tar.gz |
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'devel/rt4')
-rw-r--r-- | devel/rt4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index 9f474a1afd4..10434a5b8d5 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/08/24 00:27:50 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.5 2013/11/24 09:57:03 wiz Exp $ DISTNAME= rt-4.0.17 PKGNAME= ${DISTNAME:S/rt/rt4/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ @@ -58,7 +58,7 @@ DEPENDS+= p5-HTML-Mason>=1.43:../../www/p5-HTML-Mason # Errno is a part of perl base. DEPENDS+= p5-Digest-MD5>=2.27:../../security/p5-Digest-MD5 DEPENDS+= p5-CGI>=1.20:../../www/p5-CGI -DEPENDS+= p5-Storable>=2.08:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.08:../../devel/p5-Storable DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session DEPENDS+= p5-XML-RSS>=1.05:../../textproc/p5-XML-RSS DEPENDS+= p5-Text-WikiFormat>=0.76:../../textproc/p5-Text-WikiFormat |