aboutsummaryrefslogtreecommitdiff
path: root/astro/viking
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-30 19:48:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-30 19:48:20 +0000
commit675686ab8b49a8a8f5ad591a998b3143dab453af (patch)
tree1694a14f5f392e5baf6a614ca8f8c79b5e9925dc /astro/viking
parent545cbfbd09598b5e2723999c67aba9fa49b7214f (diff)
downloadports-675686ab8b49a8a8f5ad591a998b3143dab453af.tar.gz
ports-675686ab8b49a8a8f5ad591a998b3143dab453af.zip
Notes
Diffstat (limited to 'astro/viking')
-rw-r--r--astro/viking/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile
index b154b6671904..d7020165f1c4 100644
--- a/astro/viking/Makefile
+++ b/astro/viking/Makefile
@@ -7,6 +7,7 @@
PORTNAME= viking
PORTVERSION= 0.9.8
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= SF
@@ -30,7 +31,7 @@ OPTIONS= GPSD "Enable realtime GPS tracking" off
.include <bsd.port.pre.mk>
.if defined(WITH_GPSD)
-LIB_DEPENDS+= gps.17:${PORTSDIR}/astro/gpsd
+LIB_DEPENDS+= gps.18:${PORTSDIR}/astro/gpsd
.else
CONFIGURE_ARGS+= --disable-realtime-gps-tracking
.endif