diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-08-12 17:41:28 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-08-12 17:41:28 +0000 |
commit | f9262ccb2be017a012f7214a43ba456aae2ea7b5 (patch) | |
tree | 8e0240764d8572ea104442e4106acba052436d5e /games | |
parent | 166d9e7e0e2b52d7d251c1dbd94e204cb741f7e5 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile index f37370d7d16f..dd5e3ed81e19 100644 --- a/games/linux-x-plane-net-installer/Makefile +++ b/games/linux-x-plane-net-installer/Makefile @@ -15,11 +15,9 @@ DISTFILES= X-Plane-Net-Install.gz MAINTAINER= jylefort@FreeBSD.org COMMENT= The X-Plane network installer -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.1:${PORTSDIR}/audio/linux-openal \ +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal \ ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1.3:${PORTSDIR}/graphics/linux_dri -BROKEN= does not build - USE_X_PREFIX= yes USE_LINUX= yes NO_BUILD= yes |