diff options
author | sahil <sahil@FreeBSD.org> | 2010-09-22 12:23:31 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-09-22 12:23:31 +0800 |
commit | 167c75a1dec4e83180cfd92b323a19778fd4b5b6 (patch) | |
tree | d5b5e0726d3eec4973bd32fd7888dedf2cb8c291 /mail/postfix28/Makefile | |
parent | 01de9cd9dac12ceba9ebcc49e6a2defadab9b347 (diff) | |
download | freebsd-ports-gnome-167c75a1dec4e83180cfd92b323a19778fd4b5b6.tar.gz freebsd-ports-gnome-167c75a1dec4e83180cfd92b323a19778fd4b5b6.tar.zst freebsd-ports-gnome-167c75a1dec4e83180cfd92b323a19778fd4b5b6.zip |
- Fix IPv6 support in SPF patch
PR: ports/150749
Submitted by: mm@
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 9be74627f70b..3f4c45c921d9 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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 |