diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-18 15:50:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-18 15:50:49 +0000 |
commit | 3fd92a4ca097f8da5c5d671aa9ee7249afa73b6a (patch) | |
tree | a5f796f0db8fde5f1b18f4957f1f011b2a8e0fbf /graphics | |
parent | f9a8f96667d19b59f920723639a35d12a6760c59 (diff) | |
download | ports-3fd92a4ca097f8da5c5d671aa9ee7249afa73b6a.tar.gz ports-3fd92a4ca097f8da5c5d671aa9ee7249afa73b6a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/drm-fbsd12.0-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/drm-fbsd12.0-kmod/Makefile b/graphics/drm-fbsd12.0-kmod/Makefile index 9df191cdf7d5..179c90397b48 100644 --- a/graphics/drm-fbsd12.0-kmod/Makefile +++ b/graphics/drm-fbsd12.0-kmod/Makefile @@ -29,8 +29,8 @@ GH_TAGNAME= 71fcc9f .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058 -IGNORE= not supported on older CURRENT, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200058 +IGNORE= only supported on FreeBSD 12.0 and later .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) |