summaryrefslogtreecommitdiff
path: root/mail/milter-greylist
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-04-15 20:31:36 +0000
committertron <tron@pkgsrc.org>2004-04-15 20:31:36 +0000
commite4287528469acc9a2f380a221786cfe8c6f7d60d (patch)
treec01bc050b82bdd7b8aa568e479a75a0f7716c08c /mail/milter-greylist
parent637daa8387e52046679574bf7a146fd8c0524ec9 (diff)
downloadpkgsrc-e4287528469acc9a2f380a221786cfe8c6f7d60d.tar.gz
Use buildlink3 to build this package. Bump package revision to enforce
dependence on fixed version of the "libspf_alt" package.
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r--mail/milter-greylist/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index a0d712dce48..68ba8a983a4 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/04/14 15:45:45 manu Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/15 20:31:36 tron Exp $
DISTNAME= milter-greylist-1.2
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
@@ -10,7 +11,7 @@ HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
COMMENT= Easy-to-use greylist milter for sendmail
USE_PKGINSTALL= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+=--with-user=smmsp
@@ -29,7 +30,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
${PREFIX}/share/examples/milter-greylist
-.include "../../mail/libmilter/buildlink2.mk"
-.include "../../mail/libspf-alt/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mail/libmilter/buildlink3.mk"
+.include "../../mail/libspf-alt/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"