pkgsrc/x11/py-gnome2-desktop/options.mk
gdt 1358800b9f Add evolution option, defaulting on.
This package lacked an evolution option (to depend on
evolution-data-server).  Other gnome packages had such an option,
which is highly useful to get back to a workin system in the scenario
where libffi has a new major version shlib, and evolution-data-server
won't build.  Because the option defaults to on, this doesn't change
the default behavior, but those who set
PKG_DEFAULT_OPTIONS+=-evolution can be spared the build pain.

A decision about whether evolution support should be on by default or
not is pending; this change is not controversial and is being made now.
2012-09-19 22:59:17 +00:00

14 lines
355 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/09/19 22:59:17 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-gnome2-desktop
PKG_SUPPORTED_OPTIONS= evolution
PKG_SUGGESTED_OPTIONS= evolution
.include "../../mk/bsd.options.mk"
PLIST_VARS+= evolution
.if !empty(PKG_OPTIONS:Mevolution)
PLIST.evolution= yes
.include "../../mail/evolution-data-server/buildlink3.mk"
.endif