diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-03 21:47:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-03 21:47:46 +0000 |
commit | 22758f26727a73eb34c75947612674ebeed25798 (patch) | |
tree | 217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /emulators/linux-c7 | |
parent | 1b101d5766bbdc9537584f83368d58762eefef50 (diff) | |
download | ports-22758f26727a73eb34c75947612674ebeed25798.tar.gz ports-22758f26727a73eb34c75947612674ebeed25798.zip |
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Notes
Notes:
svn path=/head/; revision=425274
Diffstat (limited to 'emulators/linux-c7')
-rw-r--r-- | emulators/linux-c7/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/linux-c7/Makefile b/emulators/linux-c7/Makefile index 7df4c7661614..2ca31a571a5a 100644 --- a/emulators/linux-c7/Makefile +++ b/emulators/linux-c7/Makefile @@ -3,6 +3,7 @@ PORTNAME= linux-c7 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -61,6 +62,7 @@ RUN_DEPENDS= linux-c7-libasyncns>0:dns/linux-c7-libasyncns \ linux-c7-expat>0:textproc/linux-c7-expat \ linux-c7-aspell>0:textproc/linux-c7-aspell \ linux-c7-libxml2>0:textproc/linux-c7-libxml2 \ + linux-c7-dri>0:graphics/linux-c7-dri \ linux-c7-png>0:graphics/linux-c7-png \ linux-c7-tiff>0:graphics/linux-c7-tiff \ linux-c7-jpeg>0:graphics/linux-c7-jpeg \ @@ -84,10 +86,4 @@ RUN_DEPENDS+= linux-c7-sdl_image>0:graphics/linux-c7-sdl_image \ linux-c7-qtwebkit>0:www/linux-c7-qtwebkit .endif -OPTIONS_DEFINE= NVIDIA_GL - -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver \ - linux-c7-libGLU>0:graphics/linux-c7-libGLU -NVIDIA_GL_RUN_DEPENDS_OFF= linux-c7-dri>0:graphics/linux-c7-dri - .include <bsd.port.post.mk> |