summaryrefslogtreecommitdiff
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-12-14 11:08:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-12-14 11:08:25 +0000
commita46dd5860555b5077e2f37cd170cb8799b6dc55f (patch)
tree75b220cfafe72a7736d11dad87ee56b79990677c /x11/nvidia-driver
parentUpdate NVidia drivers (long lived branch and legacy 304.xx branch) to their (diff)
Adjust version check to unbreak the build of 304.xx branch.
Reported by: Walter Schwarzenfeld
Notes
Notes: svn path=/head/; revision=374696
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index ca6450f6db95..3724953cce73 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -77,7 +77,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-Makefile \
${FILESDIR}/extra-patch-src-nv-misc.h
.endif
-.if ${NVVERSION} >= 331.020
+.if ${NVVERSION} >= 304.125 # 331.020
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-x11-driver-Makefile
.else
EXTRA_PATCHES+= ${FILESDIR}/legacy-patch-x11-driver-Makefile