diff options
author | Stefan Eßer <se@FreeBSD.org> | 2006-11-26 22:18:49 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2006-11-26 22:18:49 +0000 |
commit | a3dce18899a1d3a08648fab46b5c9d3f47a59cb2 (patch) | |
tree | 780979267807ab52972161f43467497951f7ee32 /astro/gaia | |
parent | 80511a1c1bb7b6be1bf0d18027d74e0e15c6ae28 (diff) |
Notes
Diffstat (limited to 'astro/gaia')
-rw-r--r-- | astro/gaia/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile index f2dc32e6b424..c183d889910a 100644 --- a/astro/gaia/Makefile +++ b/astro/gaia/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro MASTER_SITES= http://gaia.serezhkin.com/ MAINTAINER= se@FreeBSD.org -COMMENT= An open source Google Earth client +COMMENT= Display geographic maps with optional GPS tracking support LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -23,6 +23,8 @@ USE_SCONS= yes OPTIONS= GPS "Build with GPS support" OFF +IGNORE= distribution stopped dur to complaints by Google (software changes required) + .include <bsd.port.pre.mk> .if !defined(WITHOUT_GPS) |