diff options
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" |