summaryrefslogtreecommitdiff
path: root/geography/viking/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r--geography/viking/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile
index 57c17921378..6c1b6bdb281 100644
--- a/geography/viking/Makefile
+++ b/geography/viking/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/12/07 20:24:22 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2009/12/27 16:43:56 gdt Exp $
#
DISTNAME= viking-0.9.9
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
@@ -14,6 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+# gpsd withdrew an interface viking still uses
+CONFIGURE_ARGS+= --disable-realtime-gps-tracking
+
DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
REPLACE_PERL= viking-remote
@@ -21,7 +24,10 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../geography/gpsd/buildlink3.mk"
+# viking uses an interface withdrawn in gpsd 2.90. Locally revert
+# gpsd or fix viking upstream. gdt, 20091227
+# https://sourceforge.net/tracker/?func=detail&aid=2921899&group_id=83870&atid=570954
+#.include "../../geography/gpsd/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"