diff options
author | gdt <gdt> | 2010-09-22 12:43:47 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-09-22 12:43:47 +0000 |
commit | 921b3ced0ce2b414a9adf454b0aca98df64df146 (patch) | |
tree | ca0ffca765ca612ccb80fb708ae37ef8c3afc63e /geography/viking/Makefile | |
parent | c1735e49ef9b632f7b4e26ac049509b1d32a1a88 (diff) | |
download | pkgsrc-921b3ced0ce2b414a9adf454b0aca98df64df146.tar.gz |
Update to 0.9.95.
Viking 0.9.95 (2010-09-07)
New features since 0.9.94
* Add some function short cut key definitions to control showing of the center mark and scale viewport features.
* [DOC] Replace Google with OSM capability in man pages.
* When manually creating a track, automatically give it a default name.
* [DOC] Add contributors from the Wiki(s) history.
* Better dialog name when searching for a waypoint.
* Change max cache time to 1 week.
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r-- | geography/viking/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index fe7f425401b..ba2160bb892 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2010/09/14 11:01:53 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/09/22 12:43:47 gdt Exp $ # -DISTNAME= viking-0.9.94 -PKGREVISION= 2 +DISTNAME= viking-0.9.95 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} @@ -18,11 +17,11 @@ GNU_CONFIGURE= yes # CONFIGURE_ARGS+= --disable-realtime-gps-tracking DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser REPLACE_PERL= viking-remote USE_TOOLS+= gmake intltool msgfmt pkg-config - .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/gettext-lib/buildlink3.mk" |