diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
commit | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (patch) | |
tree | 429d1cbf81dc725269224bf70d9d438fa18e5dd3 /x11/nvidia-driver | |
parent | aa020b736f5c57adddbd7c17d2197f70d6420a72 (diff) | |
download | freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.gz freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.zst freebsd-ports-gnome-5ae596207dc0bd85ca28a43d715d82bc6b358b81.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r-- | x11/nvidia-driver/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index f5db68da77c8..784e73c427b1 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -72,12 +72,7 @@ PLIST_SUB+= LINUX="@comment " MAKE_ENV+= WITHOUT_LINUX=yes .endif -.if ${OSVERSION} < 503000 -IGNORE= supports FreeBSD-STABLE (5.3 or later), or FreeBSD-CURRENT -.endif -.if ${OSVERSION} >= 600033 LIB_DEPENDS+= m.3:${PORTSDIR}/misc/compat5x -.endif post-patch: .SILENT # We should support -CURRENT: kill the check |