diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-05 17:18:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-05 17:18:21 +0000 |
commit | 71b65d6be286dff5ad54da5de2f5f871d73a336e (patch) | |
tree | e781bfa9a78bec8986d4226cd20d45079b98ca66 /net/p5-ispman | |
parent | b56ee42f1988576c1a1ec52941a733d9aba4e59f (diff) | |
download | pkgsrc-71b65d6be286dff5ad54da5de2f5f871d73a336e.tar.gz |
Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency for
p5-CGI or p5-Data-Dumper.
Diffstat (limited to 'net/p5-ispman')
-rw-r--r-- | net/p5-ispman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile index bf2e95dc7fa..14f8168c906 100644 --- a/net/p5-ispman/Makefile +++ b/net/p5-ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/05 17:18:21 jlam Exp $ # DISTNAME= ispman-0.5 @@ -11,7 +11,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.ispman.org/ COMMENT= Perl module for ISPMan webAdministrator and command line utils -DEPENDS+= p5-CGI>=2.72:../../www/p5-CGI +DEPENDS+= {p5-CGI>=2.72,perl>=5.6.1nb2}:../../www/p5-CGI DEPENDS+= p5-Text-Template>=1.23:../../textproc/p5-Text-Template DEPENDS+= p5-perl-ldap>=0.22:../../databases/p5-perl-ldap DEPENDS+= p5-IMAP-Admin>=1.2.5:../../mail/p5-IMAP-Admin |