summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-11-09 09:42:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-11-09 09:42:42 +0000
commit03068b7dd1fadcb2d32dd4a27d7970325c10edb1 (patch)
tree90370042d579c7896c2b629de60ed316714a3f14 /x11
parentInstall link libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.1. Some apps (diff)
Despite the fact nVidia claims 4.9 or later is required, allow people with
older releases (and thus older make(1)) to use this port. Quoting linimon, I sure will be glad when everyone has that newer make(1). PR: ports/72137 Submitted by: Michel Lavondes <fox(at)vader.aacc.cc.md.us> Approved by: fjoe (mentor, implicit)
Notes
Notes: svn path=/head/; revision=121178
Diffstat (limited to 'x11')
-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 69fbb373aebf..7e92d1e791ab 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -41,7 +41,7 @@ PLIST_SUB+= LINUX=""
PLIST_SUB+= LINUX="@comment "
.endif
-.if ${OSVERSION} < 490000 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502001)
+.if ${OSVERSION} < 490000 || ${OSVERSION} >= 500000 && ${OSVERSION} < 502001
IGNORE= "supports FreeBSD -STABLE (4.9 or later), or FreeBSD -CURRENT (5.2.1 or later)"
.endif