diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-07 16:30:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-07 16:30:12 +0000 |
commit | ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b (patch) | |
tree | f77314253e5ba2ab7585e4cd0aabc08e41f880a0 /graphics/drm-kmod | |
parent | 0f2b9d79ad721688dc507441e8eece6faea71a7b (diff) |
Notes
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index b768d109cfb9..71ec1eeef89d 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-legacy-kmod IGNORE= legacy kmod not required on less than 12.0 .endif .else -.if ${OSVERSION} >= 1101510 && ${OSVERSION} < 1200000 +.if ${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod .elif ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 IGNORE= not supported on older 12, no kernel support |