diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
commit | 2895a9029075337c88e9fc87cba9c8a107f0fbfb (patch) | |
tree | 1d7404ba09f4cc66249bc9e964284e42b856cb78 /astro | |
parent | 06b660bc3ff8e87f1c62c54e6c8bd79ea0de0bf1 (diff) | |
download | FreeBSD-ports-2895a9029075337c88e9fc87cba9c8a107f0fbfb.zip FreeBSD-ports-2895a9029075337c88e9fc87cba9c8a107f0fbfb.tar.gz |
- Chase devel/sdl12 shlib version bump
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 98bc9ce..ab16473 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 a53492c..1372331 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} |