diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-25 10:46:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-25 10:46:40 +0000 |
commit | 5473833751b1cc677aac7bdb39293ebf14a2c34f (patch) | |
tree | 345e465d6fbff5bda69da569ab6b1537be85c499 /net | |
parent | eb0f106fcf46c601edbbd2ffc7bfcbd553cda8bf (diff) | |
download | pkgsrc-5473833751b1cc677aac7bdb39293ebf14a2c34f.tar.gz |
Fix apache wildcard to >=1.3.14nb1 instead of 1.3.14.1.
Diffstat (limited to 'net')
-rw-r--r-- | net/ispman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ispman/Makefile b/net/ispman/Makefile index 1ee8847f34d..574b267a592 100644 --- a/net/ispman/Makefile +++ b/net/ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/22 10:44:51 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/25 10:46:40 wiz Exp $ # DISTNAME= ispman-0.5 @@ -11,7 +11,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.ispman.org/ DEPENDS+= pam-ldap>=77:../../security/pam-ldap -DEPENDS+= apache>=1.3.14.1:../../www/apache +DEPENDS+= apache>=1.3.14nb1:../../www/apache DEPENDS+= p5-${DISTNAME}:../../net/p5-ispman .if !exists(/usr/sbin/postfix) |