summaryrefslogtreecommitdiff
path: root/geography/viking
diff options
context:
space:
mode:
authorgdt <gdt>2011-03-29 02:06:20 +0000
committergdt <gdt>2011-03-29 02:06:20 +0000
commit14ec89360b8ca500ffce73aa903ba8d3d403d75c (patch)
treee8e28754facd25984a5856c256a2666d47402c90 /geography/viking
parent5c5f135bddda54b22294ee53ea8257cf3d32b88c (diff)
downloadpkgsrc-14ec89360b8ca500ffce73aa903ba8d3d403d75c.tar.gz
disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.
Diffstat (limited to 'geography/viking')
-rw-r--r--geography/viking/Makefile8
1 files 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"