diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-08 15:46:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-08 15:46:18 +0000 |
commit | 5cd67facc1e782ce126ad99e14f60d5a923628bb (patch) | |
tree | b73c8581cf3df4a74e2509efee4947fec0b103bd /net/ispman | |
parent | dfd59bc99686b14d60173821376491a4125d2729 (diff) | |
download | pkgsrc-5cd67facc1e782ce126ad99e14f60d5a923628bb.tar.gz |
Make postfix dependency match current versioning scheme.
[Not wildcarded to >=1.1.x because then all 200* versions would match.]
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 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 |