diff options
author | oliver <oliver@FreeBSD.org> | 2006-04-23 18:14:30 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-04-23 18:14:30 +0800 |
commit | a1afb15bc3ca23d864c38bb5aa46770398e443e0 (patch) | |
tree | 61d0b5cff39b644111399fd6d81cc02dadc4b0ed /devel/simgear | |
parent | f85495f88f996a09638af8e00a215073a46b55ad (diff) | |
download | freebsd-ports-gnome-a1afb15bc3ca23d864c38bb5aa46770398e443e0.tar.gz freebsd-ports-gnome-a1afb15bc3ca23d864c38bb5aa46770398e443e0.tar.zst freebsd-ports-gnome-a1afb15bc3ca23d864c38bb5aa46770398e443e0.zip |
update to openal 20060211 [1]
fix dependant ports [2]
PR: ports/96172 [1]
ports/95192 [2]
Submitted by: maintainer [1]
oliver [2]
Approved by: maintainer
Diffstat (limited to 'devel/simgear')
-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 7cef850a7d87..47a6f655ea73 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -17,7 +17,8 @@ COMMENT= A toolkit for 3D games and simulations 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 + jpeg.9:${PORTSDIR}/graphics/jpeg \ + alut.0:${PORTSDIR}/audio/freealut USE_X_PREFIX= yes USE_GL= yes |