From 5cd67facc1e782ce126ad99e14f60d5a923628bb Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 8 Mar 2002 15:46:18 +0000 Subject: Make postfix dependency match current versioning scheme. [Not wildcarded to >=1.1.x because then all 200* versions would match.] --- net/ispman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/ispman/Makefile b/net/ispman/Makefile index aa4beff17fd..3eda5302bf5 100644 --- a/net/ispman/Makefile +++ b/net/ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/11/29 01:12:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/08 15:46:18 wiz Exp $ # DISTNAME= ispman-0.5 @@ -16,7 +16,7 @@ DEPENDS+= apache>=1.3.14nb1:../../www/apache DEPENDS+= p5-${DISTNAME}:../../net/p5-ispman .if !exists(/usr/sbin/postfix) -DEPENDS+= postfix>=20010228:../../mail/postfix +DEPENDS+= {postfix>=20010228,postfix-1.*}:../../mail/postfix .endif USE_PERL5= YES -- cgit v1.2.3