summaryrefslogtreecommitdiff
path: root/wm/golem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/golem/Makefile')
-rw-r--r--wm/golem/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/wm/golem/Makefile b/wm/golem/Makefile
index d27767b0d47..7ae6c4a2572 100644
--- a/wm/golem/Makefile
+++ b/wm/golem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/11/17 12:04:14 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2008/04/12 22:43:13 jlam Exp $
#
DISTNAME= golem-0.0.5
@@ -27,12 +27,11 @@ PKG_SUPPORTED_OPTIONS= esound
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= esound
.if !empty(PKG_OPTIONS:Mesound)
CONFIGURE_ARGS+= --enable-sound
-PLIST_SUBST+= NOT_SOUND=
+PLIST.esound= yes
.include "../../audio/esound/buildlink3.mk"
-.else
-PLIST_SUBST+= NOT_SOUND="@comment "
.endif
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""