diff options
author | abs <abs@pkgsrc.org> | 2005-10-16 14:10:57 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-10-16 14:10:57 +0000 |
commit | 6b4efa42d9e7a733cb603633fd982c0c7365e985 (patch) | |
tree | 01ff7033d2e1ab301774ff6c8d18186394696a21 /mail/exim/options.mk | |
parent | 6dee5e96ca129c205f79c59b30b9d30a4de09f06 (diff) | |
download | pkgsrc-6b4efa42d9e7a733cb603633fd982c0c7365e985.tar.gz |
Update exim to 4.54nb1 - Enable IPv6 based on inet6 settings
Diffstat (limited to 'mail/exim/options.mk')
-rw-r--r-- | mail/exim/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk index c41bd407cb9..4d8cb9281b1 100644 --- a/mail/exim/options.mk +++ b/mail/exim/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.4 2005/10/07 10:28:34 abs Exp $ +# $NetBSD: options.mk,v 1.5 2005/10/16 14:10:57 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.exim PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb PKG_SUPPORTED_OPTIONS+= exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql -PKG_SUPPORTED_OPTIONS+= exim-lookup-whoson exim-old-demime gdbm saslauthd +PKG_SUPPORTED_OPTIONS+= exim-lookup-whoson exim-old-demime gdbm inet6 saslauthd PKG_SUGGESTED_OPTIONS= exim-content-scan exim-lookup-dsearch exim-old-demime .include "../../mk/bsd.options.mk" @@ -52,6 +52,10 @@ LOOKUP_LIBS+=${COMPILER_RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.whoson} -L${ LOCAL_MAKEFILE_OPTIONS+=WITH_OLD_DEMIME=YES .endif +.if !empty(PKG_OPTIONS:Minet6) +LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=YES +.endif + .if !empty(PKG_OPTIONS:Mgdbm) . include "../../databases/gdbm/buildlink3.mk" EXIM_USE_DB_CONFIG= USE_GDBM=yes |