Page MenuHomeFreeBSD

D36479.id110258.diff
No OneTemporary

D36479.id110258.diff

Index: graphics/drm-kmod/Makefile
===================================================================
--- graphics/drm-kmod/Makefile
+++ graphics/drm-kmod/Makefile
@@ -1,5 +1,6 @@
PORTNAME= drm-kmod
PORTVERSION= 20220907
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@@ -14,15 +15,15 @@
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.else
-.if ${ARCH} == "amd64"
-.if ${OSVERSION} < 1300000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
-.elif ${OSVERSION} >= 1301000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-510-kmod
-.else
+. if ${ARCH} == "amd64"
+. if ${OSVERSION} < 1300000
+RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
+. elif ${OSVERSION} >= 1301000
+RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod
+. else
IGNORE= not supported for this configuration
-.endif
-.endif
+. endif
+. endif
.endif
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 2:05 AM (19 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28523811
Default Alt Text
D36479.id110258.diff (967 B)

Event Timeline