pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/compiz wm/compiz: Do not suggest an unavailable option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de54459c8d54
branches:  trunk
changeset: 311160:de54459c8d54
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Aug 03 21:17:47 2018 +0000

description:
wm/compiz: Do not suggest an unavailable option

devel/libinotify is not available on Linux.

diffstat:

 wm/compiz/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01854d6a616e -r de54459c8d54 wm/compiz/options.mk
--- a/wm/compiz/options.mk      Fri Aug 03 16:19:30 2018 +0000
+++ b/wm/compiz/options.mk      Fri Aug 03 21:17:47 2018 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} != "SunOS"
+.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
 PKG_SUGGESTED_OPTIONS+=        inotify
 .endif
 



Home | Main Index | Thread Index | Old Index