summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-10 08:10:23 +0000
committerrillig <rillig@pkgsrc.org>2006-11-10 08:10:23 +0000
commit644593e5f4d4f3421f6212d594a77683a713386b (patch)
tree532f295c80598b1cee8471b28307c407f40962b5
parent1f61f23e045e85fc0bd4238dcd4df87252ca2fbd (diff)
downloadpkgsrc-644593e5f4d4f3421f6212d594a77683a713386b.tar.gz
Added CHECK_HEADERS_SKIP to make the package pass the test.
-rw-r--r--mail/postfix-current/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 17be44fb43b..1bd1ebc64c6 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2006/11/07 07:08:51 martti Exp $
+# $NetBSD: Makefile,v 1.76 2006/11/10 08:10:23 rillig Exp $
DISTNAME= postfix-2.4-20061019
#PKGREVISION= 1
@@ -15,6 +15,7 @@ CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl
+CHECK_HEADERS_SKIP= src/global/mail_params.h
.include "../../mk/bsd.prefs.mk"