diff options
author | schmonz <schmonz> | 2004-08-22 00:23:55 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-08-22 00:23:55 +0000 |
commit | 821deebe30a3f3f00831cdd055e9bead6c044c2f (patch) | |
tree | 9fc6c93c1aa55a2e865d487d270c1201538d1e3f /mail/mess822/Makefile | |
parent | a4195da3b0192480f7d1638c8106d300b196e598 (diff) | |
download | pkgsrc-821deebe30a3f3f00831cdd055e9bead6c044c2f.tar.gz |
Replace dependencies on "qmail or netqmail" with dependencies on qmail.
Diffstat (limited to 'mail/mess822/Makefile')
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index 0c1ca8638ea..af6a149483c 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:26:27 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/22 00:23:55 schmonz Exp $ # DISTNAME= mess822-0.58 @@ -9,7 +9,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/mess822.html COMMENT= Library for parsing Internet mail messages -DEPENDS+= {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail +DEPENDS+= qmail>=1.03nb7:../../mail/qmail # We change conf-home from the default "/usr/local" and don't # provide compatibilbity symlinks. We also patch hier.c to respect |