diff options
author | wiz <wiz> | 2001-01-25 10:46:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-25 10:46:40 +0000 |
commit | 9104f3db20749082db796bfd785a976945eaad36 (patch) | |
tree | 345e465d6fbff5bda69da569ab6b1537be85c499 /net/ispman | |
parent | 89da0ae87af07c9c8fec6a67fbcab1196d872939 (diff) | |
download | pkgsrc-9104f3db20749082db796bfd785a976945eaad36.tar.gz |
Fix apache wildcard to >=1.3.14nb1 instead of 1.3.14.1.
Diffstat (limited to 'net/ispman')
-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) |