diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-22 04:23:31 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-22 04:23:31 +0000 |
commit | af13eef1295f25d54669b67aa818b1a2a847fd5c (patch) | |
tree | 7c4fbcf7bbecf233e811eb97c75956e891a1ebe0 /mail/postfix27/Makefile | |
parent | ccbc2d3d5671306e161a0f381ace99d613f914f3 (diff) |
- Fix IPv6 support in SPF patch
PR: ports/150749
Submitted by: mm@
Notes
Notes:
svn path=/head/; revision=261601
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 9be74627f70b..3f4c45c921d9 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -154,7 +154,7 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= mm -PATCHFILES+= postfix-2.7.1-libspf2-1.2.x.patch.gz +PATCHFILES+= postfix-2.7.1-libspf2-1.2.x-1.patch.gz PATCH_DIST_STRIP= -p1 POSTFIX_CCARGS+= -DHAVE_NS_TYPE -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lspf2 |