From 14ec89360b8ca500ffce73aa903ba8d3d403d75c Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 29 Mar 2011 02:06:20 +0000 Subject: disable gpsd, because viking has not yet adapted to gpsd's withdrawawl of gps_poll. --- geography/viking/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 876129dc79c..791fe652cbf 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2011/01/13 13:37:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2011/03/29 02:06:20 gdt Exp $ # DISTNAME= viking-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes # Perhaps optionize use of gpsd (remove bl3, add this). -# CONFIGURE_ARGS+= --disable-realtime-gps-tracking +CONFIGURE_ARGS+= --disable-realtime-gps-tracking DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser @@ -26,7 +26,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../geography/gpsd/buildlink3.mk" +#.include "../../geography/gpsd/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -- cgit v1.2.3