diff options
author | wiz <wiz> | 2006-07-20 19:05:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-20 19:05:24 +0000 |
commit | 658545fc1c7ad870a4b538c2a393ccfa35501007 (patch) | |
tree | f53e917f12831fbfb6837c3ac2d9c92a042d7fef /devel/rt-mysql | |
parent | fa85ddaa24205b1402c98fc4898588e903a2d391 (diff) | |
download | pkgsrc-658545fc1c7ad870a4b538c2a393ccfa35501007.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/Makefile | 4 | ||||
-rw-r--r-- | devel/rt-mysql/Makefile.common | 4 |
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 |