summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-07-16 15:18:28 +0000
committertriaxx <triaxx@pkgsrc.org>2019-07-16 15:18:28 +0000
commite572c74c235028b9500642e1dd5748e3597e0454 (patch)
tree133cf974b0cc24538ffb99e6b3eba9815125a154 /mail/postfix/Makefile
parent0b7d59565ddd9991f7e625a822c9d1c8326521aa (diff)
downloadpkgsrc-e572c74c235028b9500642e1dd5748e3597e0454.tar.gz
postfix: fix PR pkg/54338
pkgsrc changes: --------------- * Remove -DHAS_EAI since it does not appear anywhere * Add pkg-config to USE_TOOLS since patch-ai introduces it * Bump revision since binaries are now linked to icui18n
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 5b5d638f85f..ff4373ef24e 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.310 2019/05/23 19:23:07 rillig Exp $
+# $NetBSD: Makefile,v 1.311 2019/07/16 15:18:28 triaxx Exp $
.include "../../mail/postfix/Makefile.common"
+PKGREVISION= 1
COMMENT= Postfix SMTP server and tools
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]*
-USE_TOOLS+= perl
+USE_TOOLS+= perl pkg-config
SPECIAL_PERMS+= sbin/postdrop ${POSTFIX_USER} ${MAILDROP_GROUP} 2555
SPECIAL_PERMS+= sbin/postqueue ${POSTFIX_USER} ${MAILDROP_GROUP} 2555