summaryrefslogtreecommitdiff
path: root/x11/gnome-control-center/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-12 22:42:57 +0000
committerjlam <jlam>2008-04-12 22:42:57 +0000
commit84db467ec7c8386066718011f8d47775d5608811 (patch)
treefdd67c81079412bf94013749a954125434a9baca /x11/gnome-control-center/Makefile
parent7082f8c2044621c8641f3c82a2da95c2d442048c (diff)
downloadpkgsrc-84db467ec7c8386066718011f8d47775d5608811.tar.gz
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'x11/gnome-control-center/Makefile')
-rw-r--r--x11/gnome-control-center/Makefile7
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"