diff options
author | zuntum <zuntum> | 2002-01-15 13:49:48 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-01-15 13:49:48 +0000 |
commit | 5b21a1b82afbbfe337bbde0192453fe42ecf2f81 (patch) | |
tree | b6cf39f165788652fef0c318034e421df1a7b63d /mail/qtools | |
parent | 20dfa7c3b24247fd796b5d6c9cec6d93be599838 (diff) | |
download | pkgsrc-5b21a1b82afbbfe337bbde0192453fe42ecf2f81.tar.gz |
Set IS_INTERACTIVE in packages that depend on qmail;
fixes "broken depends" in bulk builds
Diffstat (limited to 'mail/qtools')
-rw-r--r-- | mail/qtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile index af4372e1e1c..a77f7c21df8 100644 --- a/mail/qtools/Makefile +++ b/mail/qtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/15 13:49:49 zuntum Exp $ # DISTNAME= qtools-0.56 @@ -11,6 +11,8 @@ COMMENT= utilities for filtering via .qmail DEPENDS+= ezmlm-*:../../mail/ezmlm +IS_INTERACTIVE= YES + ALL_TARGET= it INSTALL_TARGET= setup check |