summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-08-03 21:17:47 +0000
committerminskim <minskim@pkgsrc.org>2018-08-03 21:17:47 +0000
commit6cee957efb7f35ba2a734bfe23bfdff1761ebf25 (patch)
treeaa46cc22fe6bb8b2fbb4f051532315b359fd275d /wm
parentf2467c3521595fb8b922c634d0eeeeb9f937d4f0 (diff)
downloadpkgsrc-6cee957efb7f35ba2a734bfe23bfdff1761ebf25.tar.gz
wm/compiz: Do not suggest an unavailable option
devel/libinotify is not available on Linux.
Diffstat (limited to 'wm')
-rw-r--r--wm/compiz/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/compiz/options.mk b/wm/compiz/options.mk
index 01d4ce58a57..bc3b6368457 100644
--- a/wm/compiz/options.mk
+++ b/wm/compiz/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/09/26 07:01:55 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2018/08/03 21:17:47 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.compiz
PKG_SUPPORTED_OPTIONS= fuse gnome inotify kde4
@@ -6,7 +6,7 @@ PLIST_VARS+= gnome inotify kde
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "SunOS"
+.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
PKG_SUGGESTED_OPTIONS+= inotify
.endif