diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
commit | 7339154fcdbbea498890242244beddc5c8ddda71 (patch) | |
tree | db6c55f0bec3be54a18b5ca2bcbb5c57123d37c7 /devel/simgear/Makefile | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) |
Notes
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 47a6f655ea73..2701a2f36b73 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -7,6 +7,7 @@ PORTNAME= SimGear PORTVERSION= 0.3.10 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \ ftp://ftp.de.flightgear.org/pub/simgear/Source/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut USE_X_PREFIX= yes USE_GL= yes |