pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/geany



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Nov  5 01:04:52 UTC 2020

Modified Files:
        pkgsrc/devel/geany: options.mk

Log Message:
geany: adjust options to the new norm of GTK3 by default


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/geany/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/devel/geany/options.mk
diff -u pkgsrc/devel/geany/options.mk:1.3 pkgsrc/devel/geany/options.mk:1.4
--- pkgsrc/devel/geany/options.mk:1.3   Thu Apr  4 04:13:51 2019
+++ pkgsrc/devel/geany/options.mk       Thu Nov  5 01:04:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/04/04 04:13:51 gutteridge Exp $
+# $NetBSD: options.mk,v 1.4 2020/11/05 01:04:52 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.geany
 PKG_OPTIONS_REQUIRED_GROUPS+=  toolkit
@@ -12,10 +12,10 @@ PLIST_VARS+=        gtk2 gtk3
 .if !empty(PKG_OPTIONS:Mgtk3)
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-gtk3
+# No CONFIGURE_ARGS needed, it's the default
 PLIST.gtk3=            yes
 .else
 .include "../../x11/gtk2/buildlink3.mk"
-# No CONFIGURE_ARGS needed, it's the default
+CONFIGURE_ARGS+=       --enable-gtk2
 PLIST.gtk2=            yes
 .endif



Home | Main Index | Thread Index | Old Index