pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/geany geany: adjust options to the new norm of G...
details: https://anonhg.NetBSD.org/pkgsrc/rev/322eeceba770
branches: trunk
changeset: 441502:322eeceba770
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Nov 05 01:04:52 2020 +0000
description:
geany: adjust options to the new norm of GTK3 by default
diffstat:
devel/geany/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r f2326212e592 -r 322eeceba770 devel/geany/options.mk
--- a/devel/geany/options.mk Thu Nov 05 00:54:55 2020 +0000
+++ b/devel/geany/options.mk Thu Nov 05 01:04:52 2020 +0000
@@ -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 @@
.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