Index: head/graphics/drm-next-kmod/Makefile =================================================================== --- head/graphics/drm-next-kmod/Makefile +++ head/graphics/drm-next-kmod/Makefile @@ -3,7 +3,7 @@ PORTNAME= drm-next-kmod PORTVERSION= g20180117 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -28,8 +28,11 @@ .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200045 -IGNORE= not supported on 11.x or older, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +IGNORE= not supported on 10.x or older, no kernel support +.endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 +IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) Index: head/graphics/gpu-firmware-kmod/Makefile =================================================================== --- head/graphics/gpu-firmware-kmod/Makefile +++ head/graphics/gpu-firmware-kmod/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpu-firmware-kmod PORTVERSION= g20180206 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -29,8 +30,11 @@ .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 -IGNORE= not supported on 11.x or older, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +IGNORE= not supported on 10.x or older, no kernel support +.endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200019 +IGNORE= not supported on older CURRENT, no kernel support .endif .include