summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-01-15 13:49:48 +0000
committerzuntum <zuntum>2002-01-15 13:49:48 +0000
commit5b21a1b82afbbfe337bbde0192453fe42ecf2f81 (patch)
treeb6cf39f165788652fef0c318034e421df1a7b63d /mail/ezmlm
parent20dfa7c3b24247fd796b5d6c9cec6d93be599838 (diff)
downloadpkgsrc-5b21a1b82afbbfe337bbde0192453fe42ecf2f81.tar.gz
Set IS_INTERACTIVE in packages that depend on qmail;
fixes "broken depends" in bulk builds
Diffstat (limited to 'mail/ezmlm')
-rw-r--r--mail/ezmlm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
index 96a3351b7a6..bf6393f3932 100644
--- a/mail/ezmlm/Makefile
+++ b/mail/ezmlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 23:12:49 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2002/01/15 13:49:48 zuntum Exp $
#
DISTNAME= ezmlm-0.53
@@ -14,6 +14,8 @@ DEPENDS+= qmail>=1.03:../../mail/qmail
ALL_TARGET= it man
INSTALL_TARGET= setup
+IS_INTERACTIVE= YES
+
RESTRICTED= "unsure of djb's license"
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}