summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-31 12:22:42 +0000
committerwiz <wiz@pkgsrc.org>2014-05-31 12:22:42 +0000
commit805331995f9dc9a780024515e0a054671b9fa172 (patch)
tree741e06516c76b86113aa994dae654d00f8f6089f /devel/rt3
parentbc2ff5bb7816267e6afed51fbbc62538e145064f (diff)
downloadpkgsrc-805331995f9dc9a780024515e0a054671b9fa172.tar.gz
Don't expect perl to provide p5-CGI, depend on the package instead.
Bump PKGREVISION. p5-CGI will be removed from perl soon.
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 d0b8e7562c1..b3830bb759b 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2014/05/29 23:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2014/05/31 12:22:42 wiz Exp $
DISTNAME= rt-3.8.17
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
@@ -88,7 +88,7 @@ DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI
DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI
.elif !empty(PKG_OPTIONS:Mfastcgi)
DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI
-DEPENDS+= {perl>=5.10.1,p5-CGI>=3.38}:../../www/p5-CGI
+DEPENDS+= p5-CGI>=3.38:../../www/p5-CGI
.endif
PLIST_VARS+= speedycgi
.if !empty(PKG_OPTIONS:Mspeedycgi)