diff options
author | zuntum <zuntum> | 2001-08-19 16:03:06 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-19 16:03:06 +0000 |
commit | 93b530aff073add7cf852735311b4a877ce786c8 (patch) | |
tree | 26b75423c0c4b8f94b74081f96dfca32384290ab /mail | |
parent | bc91ab43f4f79613869c01a667e016d71330db00 (diff) | |
download | pkgsrc-93b530aff073add7cf852735311b4a877ce786c8.tar.gz |
Set IS_INTERACTIVE, because this package depends on interactive qmail package.
One 'broken depends' package less in bulk builds.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-conf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 50a83b26bfa..47a7c5fdf60 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/13 14:18:29 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/19 16:03:06 zuntum Exp $ # DISTNAME= qmail-conf-0.55 @@ -12,6 +12,10 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.din.or.jp/~ushijima/qmail-conf/ COMMENT= collection of tools for setting up qmail services +# set IS_INTERACTIVE, because this package depends on qmail, which can't +# be built in batch mode +IS_INTERACTIVE= YES + DEPENDS+= qmail>=1.03:../../mail/qmail DEPENDS+= checkpassword-*:../../sysutils/checkpassword |