diff options
author | zuntum <zuntum> | 2001-08-13 14:20:13 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-13 14:20:13 +0000 |
commit | 801fccec569d4b4fb8cf6a522c5425c3c32a49ee (patch) | |
tree | f72591d4dc56f20bd941c7eb30c5d53b78a9c4bc /mail/queue_repair | |
parent | e62d5e21bb8ea26724eff4fdbff6bc86cb33a947 (diff) | |
download | pkgsrc-801fccec569d4b4fb8cf6a522c5425c3c32a49ee.tar.gz |
Add qmail package to DEPENDS, as we currently have one and this package is useless without qmail
Diffstat (limited to 'mail/queue_repair')
-rw-r--r-- | mail/queue_repair/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/queue_repair/Makefile b/mail/queue_repair/Makefile index b592c76cfa1..69359adecc4 100644 --- a/mail/queue_repair/Makefile +++ b/mail/queue_repair/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/09 18:34:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/13 14:20:13 zuntum Exp $ # DISTNAME= queue-repair-0.8.4 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/queue_repair/ MAINTAINER= zuntum@netbsd.org COMMENT= check or correct most corruptions of the queue in qmail +DEPENDS+= qmail>=1.03:../../mail/qmail DEPENDS+= python-*:../../lang/python NO_BUILD= YES |