aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gaia
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/gaia
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/gaia')
-rw-r--r--astro/gaia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile
index 55b9405f6768..b49439d66b4f 100644
--- a/astro/gaia/Makefile
+++ b/astro/gaia/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gaia
PORTVERSION= 0.1.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= astro
MASTER_SITES= SF
MASTER_SITE_SUBDIR= gaia-clean
@@ -30,7 +30,7 @@ OPTIONS= GPS "Build with GPS support" off
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GPS)
-LIB_DEPENDS+= gps.15:${PORTSDIR}/astro/gpsd
+LIB_DEPENDS+= gps.18:${PORTSDIR}/astro/gpsd
SCONS_ARGS+= gpsd=1
.endif