diff options
author | wiz <wiz> | 2003-01-08 23:49:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-08 23:49:25 +0000 |
commit | 2308b4152677ad432ca3cf3e3a662f78a4216cd0 (patch) | |
tree | 5794496fea996df859efdec77de8c30d8d21d635 /net | |
parent | f9bcb38292aa6c60fbc5b26612336a7cbe6efb62 (diff) | |
download | pkgsrc-2308b4152677ad432ca3cf3e3a662f78a4216cd0.tar.gz |
Fix DEPENDS on postfix for postfix-2.*.
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 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 |