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:   rillig
Date:           Sat May 23 12:50:33 UTC 2020

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

Log Message:
wm/fvwm: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/wm/fvwm/options.mk:1.10
--- pkgsrc/wm/fvwm/options.mk:1.9       Wed Apr 29 00:18:36 2020
+++ pkgsrc/wm/fvwm/options.mk   Sat May 23 12:50:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2020/04/29 00:18:36 gutteridge Exp $
+# $NetBSD: options.mk,v 1.10 2020/05/23 12:50:33 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
 PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
@@ -13,8 +13,6 @@ PLIST_VARS+=          gtk doc
 .if !empty(PKG_OPTIONS:Mgtk)
 .  include "../../x11/gtk/buildlink3.mk"
 PLIST.gtk=             yes
-.else
-CONFIGURE_ARGS+=       --without-gtk-prefix
 .endif
 
 .if !empty(PKG_OPTIONS:Mxcursor)



Home | Main Index | Thread Index | Old Index