aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c6-glx-utils
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-04-05 07:23:49 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-04-05 07:23:49 +0000
commitabb03c2e2599aba4232bad0be4fd32e41d70b6ec (patch)
tree90fca858b3cba3e15ed54ee8d10ddaea30697e29 /graphics/linux-c6-glx-utils
parent026a6226b8b5463e834aed340d18bb2bcc3ff146 (diff)
downloadports-abb03c2e2599aba4232bad0be4fd32e41d70b6ec.tar.gz
ports-abb03c2e2599aba4232bad0be4fd32e41d70b6ec.zip
Notes
Diffstat (limited to 'graphics/linux-c6-glx-utils')
-rw-r--r--graphics/linux-c6-glx-utils/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/linux-c6-glx-utils/Makefile b/graphics/linux-c6-glx-utils/Makefile
index 0b23003146dd..3a3b3130e8f9 100644
--- a/graphics/linux-c6-glx-utils/Makefile
+++ b/graphics/linux-c6-glx-utils/Makefile
@@ -18,8 +18,9 @@ BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
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_USE_OFF= linux_apps=dri
PLIST_FILES= usr/bin/glxgears usr/bin/glxinfo \
usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz
@@ -28,10 +29,4 @@ PLIST_FILES= usr/bin/glxgears usr/bin/glxinfo \
SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm
.endif
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MNVIDIA_GL}
-USE_LINUX_APPS+= dri
-.endif
-
.include <bsd.port.mk>