wm/compiz: Do not suggest an unavailable option
devel/libinotify is not available on Linux.
This commit is contained in:
parent
8bb6c9a01e
commit
4ce8171570
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue