diff options
author | zuntum <zuntum> | 2001-08-17 19:44:06 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-17 19:44:06 +0000 |
commit | 3f2b550eb45e61db2d513cb507bc135f6af2322d (patch) | |
tree | b0dacb7e1e38655c87a5b0adcccf36cd573f7ad5 /mail | |
parent | 751679a7de949f4b06708faff21adcf7c2e31555 (diff) | |
download | pkgsrc-3f2b550eb45e61db2d513cb507bc135f6af2322d.tar.gz |
We don't really need to depend on qmail -- remove it from DEPENDS.
This unbreaks this package in bulk builds.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmHandle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index a4c13ab1920..3ff455253f0 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/13 15:03:45 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/17 19:44:06 zuntum Exp $ # DISTNAME= qmHandle-0.5.1 @@ -11,8 +11,6 @@ COMMENT= tool to view and manage the qmail message queue RESTRICTED= "Contact author before reselling" -DEPENDS+= qmail>=1.03:../../mail/qmail - WRKSRC= ${WRKDIR} USE_PERL5= YES |