diff options
-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 d95af0bd1b6c..fcc05a4af2c1 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -23,7 +23,7 @@ IGNORE= not supported on older 13, no kernel support .elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod .elif ${OSVERSION} >= 1400000 -RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod +RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-510-kmod .else IGNORE= not supported for this configuration .endif |