diff options
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile index dd5e3ed81e19..c69adb7f942c 100644 --- a/games/linux-x-plane-net-installer/Makefile +++ b/games/linux-x-plane-net-installer/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jylefort@FreeBSD.org COMMENT= The X-Plane network installer RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal \ - ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1.3:${PORTSDIR}/graphics/linux_dri + ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri USE_X_PREFIX= yes USE_LINUX= yes |