diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 19:48:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 19:48:20 +0000 |
commit | 675686ab8b49a8a8f5ad591a998b3143dab453af (patch) | |
tree | 1694a14f5f392e5baf6a614ca8f8c79b5e9925dc /astro/gaia | |
parent | 545cbfbd09598b5e2723999c67aba9fa49b7214f (diff) |
Notes
Diffstat (limited to 'astro/gaia')
-rw-r--r-- | astro/gaia/Makefile | 4 |
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 |