diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-22 00:23:55 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-22 00:23:55 +0000 |
commit | 2cc02402e206247b3f04254a290d596f3ce0d9d8 (patch) | |
tree | 9fc6c93c1aa55a2e865d487d270c1201538d1e3f /mail/autorespond/Makefile | |
parent | 2fa3716f99cb36557de7f16fded78eafa65f6dd8 (diff) | |
download | pkgsrc-2cc02402e206247b3f04254a290d596f3ce0d9d8.tar.gz |
Replace dependencies on "qmail or netqmail" with dependencies on qmail.
Diffstat (limited to 'mail/autorespond/Makefile')
-rw-r--r-- | mail/autorespond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index c97127c6e0a..17a06268f36 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/07/21 23:49:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/22 00:23:55 schmonz Exp $ # DISTNAME= autorespond-2.0.5 @@ -9,7 +9,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.inter7.com/devel/ COMMENT= Simple autoresponder add-on package for qmail -DEPENDS+= {qmail>=1.03,netqmail>=1.05}:../../mail/qmail +DEPENDS+= qmail>=1.03:../../mail/qmail USE_BUILDLINK3= yes |