aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2004-11-09 17:42:42 +0800
committerdanfe <danfe@FreeBSD.org>2004-11-09 17:42:42 +0800
commitb002b6102133c23cf3022ea7e0474de3862c6a8b (patch)
tree43193eed16e82a28e0031d3307a6c4f439c507f9 /x11
parent632c7bfb9dbbd5554bdbe8a068ed49f30a1247b4 (diff)
downloadfreebsd-ports-gnome-b002b6102133c23cf3022ea7e0474de3862c6a8b.tar.gz
freebsd-ports-gnome-b002b6102133c23cf3022ea7e0474de3862c6a8b.tar.zst
freebsd-ports-gnome-b002b6102133c23cf3022ea7e0474de3862c6a8b.zip
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)
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