pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/fvwm



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Apr 29 00:18:36 UTC 2020

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

Log Message:
fvwm: g/c unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/fvwm/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/fvwm/options.mk
diff -u pkgsrc/wm/fvwm/options.mk:1.8 pkgsrc/wm/fvwm/options.mk:1.9
--- pkgsrc/wm/fvwm/options.mk:1.8       Sat Apr 25 20:04:23 2020
+++ pkgsrc/wm/fvwm/options.mk   Wed Apr 29 00:18:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2020/04/25 20:04:23 nikita Exp $
+# $NetBSD: options.mk,v 1.9 2020/04/29 00:18:36 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
 PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
@@ -8,7 +8,7 @@ PKG_OPTIONS_LEGACY_VARS+=       FVWM2_USE_GTK:
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           gtk fribidi doc
+PLIST_VARS+=           gtk doc
 
 .if !empty(PKG_OPTIONS:Mgtk)
 .  include "../../x11/gtk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index