diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-29 02:06:20 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-29 02:06:20 +0000 |
commit | 0f659f46535ad5cd4d84db5ef1b8e1a87ad5446b (patch) | |
tree | e8e28754facd25984a5856c256a2666d47402c90 /geography | |
parent | a7f411e35f466191acc52bd3758393041b4b7ae6 (diff) | |
download | pkgsrc-0f659f46535ad5cd4d84db5ef1b8e1a87ad5446b.tar.gz |
disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 8 |
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" |