diff options
author | zuntum <zuntum> | 2001-08-15 15:53:36 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-15 15:53:36 +0000 |
commit | 8e7dd416c0b7e581b780823b48f96518a66fdadf (patch) | |
tree | 932c6839abd3fef40f3eafbd25cbb6476702ea2a /mail/queue_repair | |
parent | 49effcc1b5b673fcdfc14e21801bd2f7786d589c (diff) | |
download | pkgsrc-8e7dd416c0b7e581b780823b48f96518a66fdadf.tar.gz |
Follow suggestion from Christoph Badura and remove qmail from dependencies list, as it is not really required to repair the queue
Diffstat (limited to 'mail/queue_repair')
-rw-r--r-- | mail/queue_repair/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/queue_repair/Makefile b/mail/queue_repair/Makefile index 69359adecc4..a7f47da9222 100644 --- a/mail/queue_repair/Makefile +++ b/mail/queue_repair/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/08/13 14:20:13 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/15 15:53:36 zuntum Exp $ # DISTNAME= queue-repair-0.8.4 @@ -8,7 +8,6 @@ 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 |