aboutsummaryrefslogtreecommitdiffstats
path: root/games/linux-uplink-demo
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-09-17 15:42:03 +0800
committerbsam <bsam@FreeBSD.org>2009-09-17 15:42:03 +0800
commit3b291572e5832f14aad4dc7c24df752014806717 (patch)
tree45c1656a61b1284ffc520b985abe166a4a60dfdb /games/linux-uplink-demo
parenta809f440a562f2bf761e8f1fd12e81521d4f6380 (diff)
downloadfreebsd-ports-gnome-3b291572e5832f14aad4dc7c24df752014806717.tar.gz
freebsd-ports-gnome-3b291572e5832f14aad4dc7c24df752014806717.tar.zst
freebsd-ports-gnome-3b291572e5832f14aad4dc7c24df752014806717.zip
Respect libglu from bsd.linux-apps.mk.
Reviewed by: mva (maintainer, by e-mail) Feature safe: yes
Diffstat (limited to 'games/linux-uplink-demo')
-rw-r--r--games/linux-uplink-demo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-uplink-demo/Makefile b/games/linux-uplink-demo/Makefile
index 71f5a2a5781c..72c77d6256fd 100644
--- a/games/linux-uplink-demo/Makefile
+++ b/games/linux-uplink-demo/Makefile
@@ -34,8 +34,8 @@ OPTIONS= NVIDIA "Install support for nvidia" off
.include <bsd.port.pre.mk>
.if defined(WITH_NVIDIA)
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
- ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
+RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+USE_LINUX_APPS+=libglu
.else
USE_LINUX_APPS+=dri
.endif