summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 16:25:47 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 16:26:30 +0200
commitb59b9e579ea8c877215dbcbde9cef8b6bd3fab33 (patch)
treee4e50be9d8c4098ecf534983a0ac39f61d53132c /astro
parentpidgin: fix last minute typo (diff)
astro/foxtrotgps: remove false dependency on gconf
since 2018 it uses gsettings instead of gconf
Diffstat (limited to 'astro')
-rw-r--r--astro/foxtrotgps/Makefile4
1 files 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 \