aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2016-11-04 05:47:46 +0800
committertijl <tijl@FreeBSD.org>2016-11-04 05:47:46 +0800
commit808a2a60e7ce4e240588eba08e4f2ce6983b0e1f (patch)
tree217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /emulators
parent14073edcb9a2d2648cbfb211f88a8fda5e7972f6 (diff)
downloadfreebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.gz
freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.zst
freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.zip
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-c6/Makefile8
-rw-r--r--emulators/linux-c7/Makefile8
2 files changed, 4 insertions, 12 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>
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>