diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-20 19:05:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-20 19:05:24 +0000 |
commit | 1093d3b3716bc372337ef2c2f31daeef7f279677 (patch) | |
tree | f53e917f12831fbfb6837c3ac2d9c92a042d7fef | |
parent | 574f8fe190a3a2ddde0eba8f8b82a3fece640f67 (diff) | |
download | pkgsrc-1093d3b3716bc372337ef2c2f31daeef7f279677.tar.gz |
Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies
already pull in apache2 by default. Bump PKGREVISION.
-rw-r--r-- | devel/rt-mysql/Makefile | 4 | ||||
-rw-r--r-- | devel/rt-mysql/Makefile.common | 4 | ||||
-rw-r--r-- | devel/rt-pgsql/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/devel/rt-pgsql/Makefile b/devel/rt-pgsql/Makefile index 4b4d59b5f53..4a79bfffac9 100644 --- a/devel/rt-pgsql/Makefile +++ b/devel/rt-pgsql/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= Pg .include "../../devel/rt-mysql/Makefile.common" |