diff options
author | rillig <rillig> | 2006-11-10 08:10:23 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-10 08:10:23 +0000 |
commit | 7ff2a0e89a59b1a7db18323dbaf9c23d23e7f740 (patch) | |
tree | 532f295c80598b1cee8471b28307c407f40962b5 /mail | |
parent | deae48b5468f8c82c0e00e7efb4ca0d4038970dd (diff) | |
download | pkgsrc-7ff2a0e89a59b1a7db18323dbaf9c23d23e7f740.tar.gz |
Added CHECK_HEADERS_SKIP to make the package pass the test.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
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" |