git: 86d9bd96acf7 - main - editors/gedit-plugins: Remove old gschema file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 04:44:52 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=86d9bd96acf7ade65ae0c5042fe4b0607cc4537d commit 86d9bd96acf7ade65ae0c5042fe4b0607cc4537d Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-11-12 04:44:01 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-11-12 04:44:01 +0000 editors/gedit-plugins: Remove old gschema file PR: 267721 Reported by: alt2600 --- editors/gedit-plugins/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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>