diff options
Diffstat (limited to 'x11/gnome-control-center/Makefile')
-rw-r--r-- | x11/gnome-control-center/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gnome-control-center/Makefile b/x11/gnome-control-center/Makefile index f3f4eb10cb1..9092a220b28 100644 --- a/x11/gnome-control-center/Makefile +++ b/x11/gnome-control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/03/06 14:53:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/04/12 22:43:14 jlam Exp $ # DISTNAME= gnome-control-center-2.20.3 @@ -58,11 +58,10 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-control-center PKG_SUPPORTED_OPTIONS= evolution PKG_SUGGESTED_OPTIONS= evolution .include "../../mk/bsd.options.mk" +PLIST_VARS+= evolution .if !empty(PKG_OPTIONS:Mevolution) CONFIGURE_ARGS+= --enable-aboutme -PLIST_SUBST+= EVOLUTION="" -.else -PLIST_SUBST+= EVOLUTION="@comment " +PLIST.evolution= yes .endif .include "../../audio/esound/buildlink3.mk" |