diff options
author | xmj <xmj@FreeBSD.org> | 2015-04-05 15:23:49 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2015-04-05 15:23:49 +0800 |
commit | d730ac8d73d9275d834128e9f77b70c229c88107 (patch) | |
tree | 90fca858b3cba3e15ed54ee8d10ddaea30697e29 /emulators/linux-c6 | |
parent | 75193b2b37f24d14fbba43c6fb3fe65800de3ef3 (diff) | |
download | freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.tar.gz freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.tar.zst freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.zip |
Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.
Differential Revision: https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r-- | emulators/linux-c6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index 1778041d63da..fb765a1a1694 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -85,7 +85,6 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \ linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo 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 \ linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU |