diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 12:22:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 12:22:42 +0000 |
commit | 805331995f9dc9a780024515e0a054671b9fa172 (patch) | |
tree | 741e06516c76b86113aa994dae654d00f8f6089f /net | |
parent | bc2ff5bb7816267e6afed51fbbc62538e145064f (diff) | |
download | pkgsrc-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 'net')
-rw-r--r-- | net/stripes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile index 232c3beaa2b..0e4d6008851 100644 --- a/net/stripes/Makefile +++ b/net/stripes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2014/05/29 23:37:12 wiz Exp $ -# +# $NetBSD: Makefile,v 1.19 2014/05/31 12:22:42 wiz Exp $ DISTNAME= stripes-2.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= # ftp://ftp.gw.com/sw/stripes/ @@ -10,7 +9,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gw.com/sw/stripes/ COMMENT= Looking Glass for Zebra and Cisco Routers -DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI +DEPENDS+= p5-CGI>=2.66:../../www/p5-CGI DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet PKG_SYSCONFSUBDIR?= httpd |