summaryrefslogtreecommitdiff
path: root/devel/rt-mysql
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-20 19:05:24 +0000
committerwiz <wiz@pkgsrc.org>2006-07-20 19:05:24 +0000
commit1093d3b3716bc372337ef2c2f31daeef7f279677 (patch)
treef53e917f12831fbfb6837c3ac2d9c92a042d7fef /devel/rt-mysql
parent574f8fe190a3a2ddde0eba8f8b82a3fece640f67 (diff)
downloadpkgsrc-1093d3b3716bc372337ef2c2f31daeef7f279677.tar.gz
Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies
already pull in apache2 by default. Bump PKGREVISION.
Diffstat (limited to 'devel/rt-mysql')
-rw-r--r--devel/rt-mysql/Makefile4
-rw-r--r--devel/rt-mysql/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rt-mysql/Makefile b/devel/rt-mysql/Makefile
index d15e834e014..3c6a4f927f7 100644
--- a/devel/rt-mysql/Makefile
+++ b/devel/rt-mysql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/07/07 22:10:07 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/20 19:05:24 wiz Exp $
-PKGREVISION= 5
+PKGREVISION= 6
RT_DB_TYPE= mysql
.include "../../devel/rt-mysql/Makefile.common"
diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common
index 227b12b33bf..74082f6172b 100644
--- a/devel/rt-mysql/Makefile.common
+++ b/devel/rt-mysql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/07/07 22:10:07 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/07/20 19:05:24 wiz Exp $
DISTNAME= rt-2-0-15
CATEGORIES= devel
@@ -75,7 +75,7 @@ DEPENDS+= p5-MLDBM-[0-9]*:../../databases/p5-MLDBM
DEPENDS+= p5-Params-Validate>=0.02:../../devel/p5-Params-Validate
DEPENDS+= p5-HTML-Mason>=1.02:../../www/p5-HTML-Mason
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
-DEPENDS+= p5-libapreq-[0-9]*:../../www/p5-libapreq
+DEPENDS+= p5-libapreq2-[0-9]*:../../www/p5-libapreq2
DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-MIME-tools>=5.108:../../mail/p5-MIME-tools