aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2014-10-07 09:07:33 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2014-10-07 09:07:33 +0000
commit758e1872cbf5ade6e26332de116e72a55a00f784 (patch)
tree0f5ab3febd0409f30efc9d9b7864e1dec7c3fbc5 /emulators
parentdeb971ab661ba4bdf55f1f66a314bb5b87f2a62e (diff)
downloadports-758e1872cbf5ade6e26332de116e72a55a00f784.tar.gz
ports-758e1872cbf5ade6e26332de116e72a55a00f784.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-c6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile
index b84ac3f92a9c..63e4e469581f 100644
--- a/emulators/linux-c6/Makefile
+++ b/emulators/linux-c6/Makefile
@@ -3,6 +3,7 @@
PORTNAME= linux-c6
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= emulators linux
MASTER_SITES= # none
DISTFILES= # none
@@ -90,7 +91,8 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \
OPTIONS_DEFINE= NVIDIA_GL
NVIDIA_GL_DESC= Use GL driver from nvidia-driver
-NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
+ linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU
NVIDIA_GL_RUN_DEPENDS_OFF= linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri
.include <bsd.port.mk>