diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:49:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:49:28 +0000 |
commit | c7eae02f696aad1fb3bb350555812ed802aab88f (patch) | |
tree | 40da2bf56311c49e05ce38a84c4e166efa737110 /mail/autorespond | |
parent | 8500fb953ed11b2050758f78494b28e186568ced (diff) | |
download | pkgsrc-c7eae02f696aad1fb3bb350555812ed802aab88f.tar.gz |
Set USE_BUILDLINK3=yes.
Diffstat (limited to 'mail/autorespond')
-rw-r--r-- | mail/autorespond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index 699efa984f6..c97127c6e0a 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/07/21 23:42:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/21 23:49:28 schmonz Exp $ # DISTNAME= autorespond-2.0.5 @@ -11,6 +11,8 @@ COMMENT= Simple autoresponder add-on package for qmail DEPENDS+= {qmail>=1.03,netqmail>=1.05}:../../mail/qmail +USE_BUILDLINK3= yes + SUBST_CLASSES+= qmaildir SUBST_STAGE.qmaildir= do-configure SUBST_FILES.qmaildir= autorespond.c |