pkgsrc/mail/evolution-data-server/options.mk
wiz e56eae5758 Update to 2.26.2, split off options handling into options.mk.
Evolution-Data-Server 2.26.2 2009-05-18
----------------------------------------

Bug fixes:
	#581420 - On Solaris, the service name 'http' or 'https' is not defined (Jeff Cai)
	#579360 - Problem with vfolders/hang with unmatched folders. (Srinivasa Ragavan)
	#573170 - Add back support for vfolder of vfolders. (Srinivasa Ragavan)
	#556116 - support for unmatched search folder (Srinivasa Ragavan)
	#578823 – invalid condition (Sergio Villar Senin)
	#578821 - More invalid conditions (Sergio Villar Senin)

Updated Translations:
	Milo Casagrande (it)
	Christian Kirbach (de)

Other fixes:
	dolt has some link issues with library dependency (Marc-André Lureau)
	Map WinLDAP to openLDAP api in win32 (Fridrich Strba)
2009-05-28 20:25:25 +00:00

12 lines
283 B
Makefile

# $NetBSD: options.mk,v 1.1 2009/05/28 20:25:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.evolution-data-server
PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif