aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-11-12 04:44:01 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-11-12 04:44:01 +0000
commit86d9bd96acf7ade65ae0c5042fe4b0607cc4537d (patch)
treef8d8687a88a8403c46c02bb86a5f7f3a381aab4d
parent39181153c8ae4f79f014dc6aa6dcc2362a2b75fd (diff)
downloadports-86d9bd96acf7ade65ae0c5042fe4b0607cc4537d.tar.gz
ports-86d9bd96acf7ade65ae0c5042fe4b0607cc4537d.zip
editors/gedit-plugins: Remove old gschema file
PR: 267721 Reported by: alt2600
-rw-r--r--editors/gedit-plugins/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 64a96608b0a4..de7b859df8c1 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -35,7 +35,6 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
org.gnome.gedit.plugins.wordcompletion.gschema.xml \
- org.gnome.gedit.plugins.terminal.gschema.xml \
- org.gnome.gedit.plugins.translate.gschema.xml
+ org.gnome.gedit.plugins.terminal.gschema.xml
.include <bsd.port.mk>