aboutsummaryrefslogtreecommitdiffstats
path: root/astro/viking
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-05-31 03:48:20 +0800
committermiwi <miwi@FreeBSD.org>2009-05-31 03:48:20 +0800
commit44581f134775f7321c400670ebba5a4fb65547c6 (patch)
treedf3b17ade4fb7b1a4a2064810f66d98f37017ff7 /astro/viking
parent9913ba64f4002c6d1756c1f965c6e8e5575ef5b5 (diff)
downloadfreebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.tar.gz
freebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.tar.zst
freebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.zip
- Chase astro/gpsd shlib bump
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