diff options
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r-- | geography/viking/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 6bd3a6197ce..c025df78a81 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2014/02/12 23:17:58 tron Exp $ +# $NetBSD: Makefile,v 1.56 2014/03/11 23:50:38 gdt Exp $ # -VERSION= 1.4.2 +VERSION= 1.5 DISTNAME= viking-${VERSION} -PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -18,6 +17,8 @@ GNU_CONFIGURE= yes TEST_TARGET= check +CONFIGURE_ARGS+= --disable-magic + # Perhaps optionize use of gpsd (remove bl3, add this). # CONFIGURE_ARGS+= --disable-realtime-gps-tracking |