Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fvwm fvwm: g/c unused variable



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8471259329d
branches:  trunk
changeset: 428549:f8471259329d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Apr 29 00:18:36 2020 +0000

description:
fvwm: g/c unused variable

diffstat:

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

diffs (18 lines):

diff -r 418ce4e54c78 -r f8471259329d wm/fvwm/options.mk
--- a/wm/fvwm/options.mk        Tue Apr 28 23:59:21 2020 +0000
+++ b/wm/fvwm/options.mk        Wed Apr 29 00:18:36 2020 +0000
@@ -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 @@
 
 .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