pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 26 17:04:58 UTC 2020

Modified Files:
        pkgsrc/mail/postfix: Makefile

Log Message:
postfix: Needs m4 tool


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 pkgsrc/mail/postfix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.322 pkgsrc/mail/postfix/Makefile:1.323
--- pkgsrc/mail/postfix/Makefile:1.322  Mon Aug 31 18:10:07 2020
+++ pkgsrc/mail/postfix/Makefile        Mon Oct 26 17:04:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.322 2020/08/31 18:10:07 wiz Exp $
+# $NetBSD: Makefile,v 1.323 2020/10/26 17:04:57 nia Exp $
 
 PKGREVISION= 1
 .include "../../mail/postfix/Makefile.common"
@@ -8,7 +8,7 @@ COMMENT=        Fast, easy to administer, and s
 CONFLICTS+=    courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
 CONFLICTS+=    esmtp>=1.2 nullmailer-[0-9]*
 
-USE_TOOLS+=    perl pkg-config
+USE_TOOLS+=    perl pkg-config m4
 
 SPECIAL_PERMS+=        sbin/postdrop ${POSTFIX_USER} ${MAILDROP_GROUP} 2555
 SPECIAL_PERMS+=        sbin/postqueue ${POSTFIX_USER} ${MAILDROP_GROUP} 2555



Home | Main Index | Thread Index | Old Index