summaryrefslogtreecommitdiff
path: root/mail/ezmlm/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-01-15 13:49:48 +0000
committerzuntum <zuntum>2002-01-15 13:49:48 +0000
commit1a2e2fe2182b24c33da6f09a88fd3e9cc86d8381 (patch)
treeb6cf39f165788652fef0c318034e421df1a7b63d /mail/ezmlm/Makefile
parent46946cc36a4f87c819c70856504fea281a974ad4 (diff)
downloadpkgsrc-1a2e2fe2182b24c33da6f09a88fd3e9cc86d8381.tar.gz
Set IS_INTERACTIVE in packages that depend on qmail;
fixes "broken depends" in bulk builds
Diffstat (limited to 'mail/ezmlm/Makefile')
-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}