diff options
author | minskim <minskim@pkgsrc.org> | 2018-08-03 21:17:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-08-03 21:17:47 +0000 |
commit | 6cee957efb7f35ba2a734bfe23bfdff1761ebf25 (patch) | |
tree | aa46cc22fe6bb8b2fbb4f051532315b359fd275d /wm/compiz | |
parent | f2467c3521595fb8b922c634d0eeeeb9f937d4f0 (diff) | |
download | pkgsrc-6cee957efb7f35ba2a734bfe23bfdff1761ebf25.tar.gz |
wm/compiz: Do not suggest an unavailable option
devel/libinotify is not available on Linux.
Diffstat (limited to 'wm/compiz')
-rw-r--r-- | wm/compiz/options.mk | 4 |
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 |