diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 03:48:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 03:48:20 +0800 |
commit | 44581f134775f7321c400670ebba5a4fb65547c6 (patch) | |
tree | df3b17ade4fb7b1a4a2064810f66d98f37017ff7 | |
parent | 9913ba64f4002c6d1756c1f965c6e8e5575ef5b5 (diff) | |
download | freebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.tar.gz freebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.tar.zst freebsd-ports-gnome-44581f134775f7321c400670ebba5a4fb65547c6.zip |
- Chase astro/gpsd shlib bump
-rw-r--r-- | astro/gaia/Makefile | 4 | ||||
-rw-r--r-- | astro/viking/Makefile | 3 |
2 files changed, 4 insertions, 3 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 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 |