diff options
author | tron <tron@pkgsrc.org> | 2007-10-10 12:13:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-10-10 12:13:04 +0000 |
commit | 8e12f669a33ebee3a3c365ffffcd793145a960a3 (patch) | |
tree | 3b69976fc99157c97c9c74bd162b2b19c73986c8 | |
parent | b52d53d7161be7b60bef4217b84d95b468296ea3 (diff) | |
download | pkgsrc-8e12f669a33ebee3a3c365ffffcd793145a960a3.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/Makefile | 3 |
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" |