aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/golem
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 14:49:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 14:49:26 +0000
commitebb04f49c21a7da2953675b331eb7c9b1cb7d35b (patch)
tree334e2b5d414b5b4e2d6139fd6873cb1dfd72552a /x11-wm/golem
parent1884ff8c5075f3e906d1bd2d422dba3269b523d8 (diff)
Notes
Diffstat (limited to 'x11-wm/golem')
-rw-r--r--x11-wm/golem/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/golem/Makefile b/x11-wm/golem/Makefile
index a7ed172e835d..b96bfd7af370 100644
--- a/x11-wm/golem/Makefile
+++ b/x11-wm/golem/Makefile
@@ -15,8 +15,8 @@ COMMENT= Small window manager with themes and plugins
LICENSE= BSD
-OPTIONS= ESOUND "Build sound plugin (requires EsounD)" off \
- XINERAMA "Enable Xinerama extension support" on
+OPTIONS_DEFINE= ESOUND XINERAMA
+OPTIONS_DEFAULT= XINERAMA
USE_PERL5_BUILD=yes
USE_BZIP2= yes
@@ -39,7 +39,7 @@ CFLAGS+= -fPIC
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
-.if defined(WITH_ESOUND)
+.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
CONFIGURE_ARGS+=--enable-sound
PLIST_SUB+= ESOUND=""
@@ -47,7 +47,7 @@ PLIST_SUB+= ESOUND=""
PLIST_SUB+= ESOUND="@comment "
.endif
-.if !defined(WITHOUT_XINERAMA)
+.if ${PORT_OPTIONS:MXINERAMA}
USE_XORG+= xinerama
CONFIGURE_ARGS+=--enable-xinerama
.endif