diff options
Diffstat (limited to 'graphics/drm-510-kmod/Makefile')
-rw-r--r-- | graphics/drm-510-kmod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile index 97f72b15becd..02d22f80cfea 100644 --- a/graphics/drm-510-kmod/Makefile +++ b/graphics/drm-510-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-510-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics kld .include "Makefile.version" @@ -34,7 +34,6 @@ SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501 IGNORE= not supported on FreeBSD 14.2 and higher .endif -IGNORE_FreeBSD_15= not supported anymore .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) |