diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:43:19 +0000 |
commit | db5320be856bdee9461022fd559c0bdf3a782778 (patch) | |
tree | b45334273e4e5d66b5244d786aa4b3645a73e907 /x11/nvidia-driver | |
parent | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (diff) | |
download | ports-db5320be856bdee9461022fd559c0bdf3a782778.tar.gz ports-db5320be856bdee9461022fd559c0bdf3a782778.zip |
Notes
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r-- | x11/nvidia-driver/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index e5e98c8200cf..47a6c4839110 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -1,14 +1,5 @@ # Created by: Stijn Hoop <stijn@win.tue.nl> # $FreeBSD$ -# -# For those wondering why this port is not under `x11-drivers' category, -# please see PR ports/121930. -# -# Starting with version 1.0-7667, NVidia has dropped support for numerous -# "legacy" GPUs. Consult NVidia README (the Appendix) to find out whether -# you need to use legacy driver version and install one of corresponding -# `x11/nvidia-driver-71', `x11/nvidia-driver-96', `x11/nvidia-driver-173', -# or `x11/nvidia-driver-304' slave ports. PORTNAME= nvidia-driver DISTVERSION?= 319.32 @@ -88,6 +79,7 @@ OPTIONS_DEFINE+= WBINVD WBINVD_DESC= Flush CPU caches directly with WBINVD .endif +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_SUB+= LINUXBASE=${LINUXBASE} SHLIB_VERSION=${PORTVERSION} \ |