summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-05 09:37:30 +0000
committerwiz <wiz@pkgsrc.org>2020-03-05 09:37:30 +0000
commit3557841604c415a0ce4fc5711726b631ae8664a6 (patch)
tree2c0a44c7286bc7b861e20c1bc7d390f4ea5d64ef /x11/gtk3
parent8fc2d3b7bd297c92e72379c8b744f90bbafb9d2e (diff)
downloadpkgsrc-3557841604c415a0ce4fc5711726b631ae8664a6.tar.gz
gtk3: remove gsed requirement
https://gitlab.gnome.org/GNOME/gtk/merge_requests/1295 was merged and released in GTK+ 3.24.14, so this is no longer necessary. From Michael Forney on tech-pkg.
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/options.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index 8f3fb43aec3..cb820aa81b9 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2020/01/11 21:39:18 nia Exp $
+# $NetBSD: options.mk,v 1.19 2020/03/05 09:37:30 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug
@@ -37,11 +37,6 @@ CONFIGURE_ARGS+= --disable-quartz-backend
PLIST_VARS+= wayland
.if !empty(PKG_OPTIONS:Mwayland)
-. if ${OPSYS} != "NetBSD"
-# Needs sed -i.
-# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1295
-USE_TOOLS+= gsed
-. endif
PLIST.wayland= yes
.include "../../devel/wayland/buildlink3.mk"
.include "../../devel/wayland-protocols/buildlink3.mk"