diff options
author | zuntum <zuntum> | 2002-01-28 17:57:08 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-01-28 17:57:08 +0000 |
commit | c27ec7755c207fb09f951dd4da23a9394d167e50 (patch) | |
tree | f3d340a05f7f47d01a50ab39520b0c6cd9d90124 /mail/qmail | |
parent | ffed7259de92d078ed4b84467ee6a5351ac6fefc (diff) | |
download | pkgsrc-c27ec7755c207fb09f951dd4da23a9394d167e50.tar.gz |
Remove IS_INTERACTIVE setting as this package should now build just fine in BATCH
builds!
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 869e7fa8808..1e10f0c2552 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/01/21 18:45:03 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/28 17:57:08 zuntum Exp $ # DISTNAME= qmail-1.03 @@ -27,7 +27,6 @@ DEPENDS+= qmail-users>=1.0:../../mail/qmail-users ALL_TARGET= it man INSTALL_TARGET= setup check -IS_INTERACTIVE= YES NO_PACKAGE= YES OWN_DIRS+= ${QMAILDIR} |