diff options
author | zuntum <zuntum> | 2002-01-16 07:19:06 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-01-16 07:19:06 +0000 |
commit | f9b3e71fa2007b8ac7ff31bf7d3b79b7b38fdbe2 (patch) | |
tree | 289148a5b76cdcd03616e616a485f07a941e7f7d /mail/qmail-conf | |
parent | 98849bdc3148860214b08b59808346629f4cfff8 (diff) | |
download | pkgsrc-f9b3e71fa2007b8ac7ff31bf7d3b79b7b38fdbe2.tar.gz |
Do not mark packages that depend on qmail as IS_INTERACTIVE,
as it's not really true. (backing out previous)
Diffstat (limited to 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 068a5080833..9a5e0260c53 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/30 10:53:43 zuntum Exp $ +# $NetBSD: Makefile,v 1.8 2002/01/16 07:19:07 zuntum Exp $ # DISTNAME= qmail-conf-0.60 @@ -12,10 +12,6 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.din.or.jp/~ushijima/qmail-conf/ COMMENT= collection of tools for setting up qmail services -# set IS_INTERACTIVE, because this package depends on qmail, which can't -# be built in batch mode -IS_INTERACTIVE= YES - DEPENDS+= qmail>=1.03:../../mail/qmail DEPENDS+= checkpassword-[0-9]*:../../sysutils/checkpassword |