pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/compiz



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Aug  3 21:17:47 UTC 2018

Modified Files:
        pkgsrc/wm/compiz: options.mk

Log Message:
wm/compiz: Do not suggest an unavailable option

devel/libinotify is not available on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/compiz/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/compiz/options.mk
diff -u pkgsrc/wm/compiz/options.mk:1.4 pkgsrc/wm/compiz/options.mk:1.5
--- pkgsrc/wm/compiz/options.mk:1.4     Tue Sep 26 07:01:55 2017
+++ pkgsrc/wm/compiz/options.mk Fri Aug  3 21:17:47 2018
@@ -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
 



Home | Main Index | Thread Index | Old Index