Index: head/graphics/drm-next-kmod/Makefile =================================================================== --- head/graphics/drm-next-kmod/Makefile (revision 456079) +++ head/graphics/drm-next-kmod/Makefile (revision 456080) @@ -1,37 +1,38 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-next-kmod PORTVERSION= g20171006 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= 63426fd .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200045 IGNORE= not supported on 11.x or older, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include