diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
commit | 22758f26727a73eb34c75947612674ebeed25798 (patch) | |
tree | 217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /emulators/linux-c6 | |
parent | 1b101d5766bbdc9537584f83368d58762eefef50 (diff) | |
download | freebsd-ports-gnome-22758f26727a73eb34c75947612674ebeed25798.tar.gz freebsd-ports-gnome-22758f26727a73eb34c75947612674ebeed25798.tar.zst freebsd-ports-gnome-22758f26727a73eb34c75947612674ebeed25798.zip |
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r-- | emulators/linux-c6/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index ef5cd3c0c0ed..d2effb3429af 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -3,6 +3,7 @@ PORTNAME= linux-c6 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -68,6 +69,7 @@ RUN_DEPENDS= linux-c6-libasyncns>0:dns/linux-c6-libasyncns \ linux-c6-expat>0:textproc/linux-c6-expat \ linux-c6-aspell>0:textproc/linux-c6-aspell \ linux-c6-libxml2>0:textproc/linux-c6-libxml2 \ + linux-c6-dri>0:graphics/linux-c6-dri \ linux-c6-sdl_image>0:graphics/linux-c6-sdl_image \ linux-c6-sdl_ttf>0:graphics/linux-c6-sdl_ttf \ linux-c6-png>0:graphics/linux-c6-png \ @@ -79,10 +81,4 @@ RUN_DEPENDS= linux-c6-libasyncns>0:dns/linux-c6-libasyncns \ USES= linux:c6 metaport -OPTIONS_DEFINE= NVIDIA_GL - -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver \ - linux-c6-libGLU>0:graphics/linux-c6-libGLU -NVIDIA_GL_RUN_DEPENDS_OFF= linux-c6-dri>0:graphics/linux-c6-dri - .include <bsd.port.mk> |