summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-10-10 12:13:04 +0000
committertron <tron@pkgsrc.org>2007-10-10 12:13:04 +0000
commitae8364692ca246188e143bda3c9af6f2ae104ca3 (patch)
tree3b69976fc99157c97c9c74bd162b2b19c73986c8
parent3eba70a2da16981959c1e8713fa3206172d55f81 (diff)
downloadpkgsrc-ae8364692ca246188e143bda3c9af6f2ae104ca3.tar.gz
Don't include "mail/libspf-alt/buildlink3.mk" unconditionally. It is
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
-rw-r--r--mail/milter-greylist/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index b87c4e658da..b59a9437e48 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/03/07 17:33:51 gdt Exp $
+# $NetBSD: Makefile,v 1.32 2007/10/10 12:13:04 tron Exp $
DISTNAME= milter-greylist-3.0
PKGREVISION= 1
@@ -32,6 +32,5 @@ post-install:
${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink3.mk"
-.include "../../mail/libspf-alt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"