summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-31 12:22:42 +0000
committerwiz <wiz>2014-05-31 12:22:42 +0000
commitebc022c3744337116b012c1db25fbd1f52e79074 (patch)
tree741e06516c76b86113aa994dae654d00f8f6089f /devel/rt3
parent6ee474e630f1e24f86b0373554f74af75a22b5c6 (diff)
downloadpkgsrc-ebc022c3744337116b012c1db25fbd1f52e79074.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)