git: b59b9e579ea8 - main - astro/foxtrotgps: remove false dependency on gconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 14:26:44 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b59b9e579ea8c877215dbcbde9cef8b6bd3fab33
commit b59b9e579ea8c877215dbcbde9cef8b6bd3fab33
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 14:25:47 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 14:26:30 +0000
astro/foxtrotgps: remove false dependency on gconf
since 2018 it uses gsettings instead of gconf
---
astro/foxtrotgps/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile
index f3cc63140bab..9fa1d76f648e 100644
--- a/astro/foxtrotgps/Makefile
+++ b/astro/foxtrotgps/Makefile
@@ -2,7 +2,7 @@
PORTNAME= foxtrotgps
PORTVERSION= 1.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro geography
MASTER_SITES= http://www.foxtrotgps.org/releases/
@@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= compiler:c++11-lang gettext gmake gnome pkgconfig python \
shebangfix sqlite:3
-USE_GNOME= cairo gconf2 gtk20 intltool libglade2 libxml2
+USE_GNOME= cairo gtk20 intltool libglade2 libxml2
GLIB_SCHEMAS= org.foxtrotgps.gschema.xml
SHEBANG_FILES= contrib/convert2gpx \