summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorcube <cube>2006-04-19 17:21:35 +0000
committercube <cube>2006-04-19 17:21:35 +0000
commit9b01028f2aedc2726f233eaaafa9ff0337664e64 (patch)
tree6e04e4c146e7d0317b79257927b72b4a08f01057 /devel/rt3
parentdf28956867f26efdfbd4bc80f14bbbc1e3c1661b (diff)
downloadpkgsrc-9b01028f2aedc2726f233eaaafa9ff0337664e64.tar.gz
Depend on either ap2-perl or p5-Apache-Test (defaulting to the latter of
course) for Apache::Test, as both provide it.
Diffstat (limited to 'devel/rt3')
-rw-r--r--devel/rt3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index 20f4fb98f2f..d649d05f5b6 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:52 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/19 17:21:35 cube Exp $
DISTNAME= rt-3.2.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
@@ -72,7 +72,7 @@ _RT_DB_TYPE= Pg
# Dev dependencies:
DEPENDS+= p5-Regexp-Common>=2.113:../../textproc/p5-Regexp-Common
-DEPENDS+= p5-Apache-Test-[0-9]*:../../www/p5-Apache-Test
+DEPENDS+= {p5-Apache-Test-[0-9]*,ap2-perl>=2.0.1}:../../www/p5-Apache-Test
DEPENDS+= p5-WWW-Mechanize>=0.72:../../www/p5-WWW-Mechanize
USE_PKGLOCALEDIR= yes