diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
commit | 2d73db35333e6fc7a451669d2944eb5d5e73dc3a (patch) | |
tree | 7d69792ab3d0db86f0e048e5aa7dd59cedde9739 /astro | |
parent | 278c1a98a989c10c5f2a06a7aa39615820656e32 (diff) | |
download | ports-2d73db35333e6fc7a451669d2944eb5d5e73dc3a.tar.gz ports-2d73db35333e6fc7a451669d2944eb5d5e73dc3a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gaia/Makefile | 6 | ||||
-rw-r--r-- | astro/stellarium/Makefile | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile index 98bc9ce12a75..ab1647318365 100644 --- a/astro/gaia/Makefile +++ b/astro/gaia/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaia PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gaia-clean @@ -17,13 +17,13 @@ COMMENT= Display geographic maps with optional GPS tracking support LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - SDL.11:${PORTSDIR}/devel/sdl12 + png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} SCONS_ARGS+= prefix=${PREFIX} use_env=1 +USE_SDL= sdl OPTIONS= GPS "Build with GPS support" off diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index a53492c7ca76..137233168a44 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -7,6 +7,7 @@ PORTNAME= stellarium PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |