From ee26c7d6af7041c7c81015118db27f9c423d05cf Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Jan 2003 23:49:25 +0000 Subject: Fix DEPENDS on postfix for postfix-2.*. --- net/ispman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ispman') diff --git a/net/ispman/Makefile b/net/ispman/Makefile index 3eda5302bf5..849d6b65a95 100644 --- a/net/ispman/Makefile +++ b/net/ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/08 15:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/08 23:49:25 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,postfix-1.*}:../../mail/postfix +DEPENDS+= {postfix>=20010228,postfix-1.*,postfix-2.*}:../../mail/postfix .endif USE_PERL5= YES -- cgit v1.2.3