diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 10:14:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 10:14:30 +0000 |
commit | c36bc8fc881f6eb4d76f3f8f7844854f3a828226 (patch) | |
tree | aaf30a64e30860d610400f7306d965534b1f9570 /devel/simgear | |
parent | f17a91a7d963df9d89cec69323edd437ef8eb1ea (diff) |
Notes
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 |