diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-05-03 22:01:42 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-05-03 22:01:42 +0000 |
commit | 674cbe92f2294f7addad906be8390474818abd5e (patch) | |
tree | 2993ec4ad6cadc312391b3fa782bd68f0b78c8c8 | |
parent | 75fac499900aa2433440e1895a8655f966b14ee5 (diff) | |
download | pkgsrc-674cbe92f2294f7addad906be8390474818abd5e.tar.gz |
Use something more decent than "ezmlm-*" in DEPENDS line
-rw-r--r-- | mail/qtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile index 99694e45a2e..f57986c0f6f 100644 --- a/mail/qtools/Makefile +++ b/mail/qtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/16 07:19:08 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/03 22:01:42 zuntum Exp $ # DISTNAME= qtools-0.56 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.superscript.com/qtools/intro.html COMMENT= utilities for filtering via .qmail -DEPENDS+= ezmlm-*:../../mail/ezmlm +DEPENDS+= ezmlm>=0.53:../../mail/ezmlm ALL_TARGET= it INSTALL_TARGET= setup check |