aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 22:35:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 22:35:33 +0000
commitc2e47e62498e39b3a412817f9fad2d9f5a1a2f86 (patch)
treecbfaea3bb206b77fb4118bc5a57d396cd7af30dd /x11-wm
parent4369b575850a0c15a1a1beb1f5d59b3260ddc5b3 (diff)
downloadports-c2e47e62498e39b3a412817f9fad2d9f5a1a2f86.tar.gz
ports-c2e47e62498e39b3a412817f9fad2d9f5a1a2f86.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/compiz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 5c2e9c512663..46c742922f14 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --disable-gtk
PLIST_SUB+= GTK2="@comment "
.endif
-.if ${PORT_OPTIONS:MMETACITY} && ${PORT_OPTIONS:MGNOME} && ${PORT_OPTIONS:MGTK2}
+.if !empty(PORT_OPTIONS:MMETACITY) && !empty(PORT_OPTIONS:MGNOME) && !empty(PORT_OPTIONS:MGTK2)
CONFIGURE_ARGS+= --enable-metacity
USE_GNOME+= metacity
.else