diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-01-16 07:19:06 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-01-16 07:19:06 +0000 |
commit | 23b692bc6fda05b8103b198d66e3dc38ac1c39fe (patch) | |
tree | 289148a5b76cdcd03616e616a485f07a941e7f7d /mail/ezmlm | |
parent | 8ece92af468df8b717cd868afcfb4212b538e29b (diff) | |
download | pkgsrc-23b692bc6fda05b8103b198d66e3dc38ac1c39fe.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/ezmlm')
-rw-r--r-- | mail/ezmlm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index bf6393f3932..bae1fe80986 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/01/15 13:49:48 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/16 07:19:07 zuntum Exp $ # DISTNAME= ezmlm-0.53 @@ -14,8 +14,6 @@ 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} |