diff options
author | zuntum <zuntum> | 2002-05-03 22:01:42 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-05-03 22:01:42 +0000 |
commit | 9a8e597e588f79335948f76b70e7994b7a291c0c (patch) | |
tree | 2993ec4ad6cadc312391b3fa782bd68f0b78c8c8 /mail/qtools | |
parent | 4d51df0af0ee95ee853913dfb754248e5fcfa44e (diff) | |
download | pkgsrc-9a8e597e588f79335948f76b70e7994b7a291c0c.tar.gz |
Use something more decent than "ezmlm-*" in DEPENDS line
Diffstat (limited to 'mail/qtools')
-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 |