aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gpu-firmware-kmod
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2018-08-23 00:29:25 +0800
committerzeising <zeising@FreeBSD.org>2018-08-23 00:29:25 +0800
commitef91ed8b42aa1b02fe4094a40e8751b1f3de26ba (patch)
tree6bf74238f2fe4fb44bae21f104282e3dcbeb3c5b /graphics/gpu-firmware-kmod
parent296fc1cc275210710c2cbf62f280b7c07d6dbcfc (diff)
downloadfreebsd-ports-gnome-ef91ed8b42aa1b02fe4094a40e8751b1f3de26ba.tar.gz
freebsd-ports-gnome-ef91ed8b42aa1b02fe4094a40e8751b1f3de26ba.tar.zst
freebsd-ports-gnome-ef91ed8b42aa1b02fe4094a40e8751b1f3de26ba.zip
Remove ONLY_FOR_ARCH
Remove ONLY_FOR_ARCH and make this build on all platforms. This is needed because drm-legacy-kmod uses these firmware files, and that is available on multiple platforms. Approved by: jmd (maintainer)
Diffstat (limited to 'graphics/gpu-firmware-kmod')
-rw-r--r--graphics/gpu-firmware-kmod/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile
index 3fe4a2c57616..32ef608f964e 100644
--- a/graphics/gpu-firmware-kmod/Makefile
+++ b/graphics/gpu-firmware-kmod/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gpu-firmware-kmod
PORTVERSION= g20180722
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -18,9 +18,6 @@ LICENSE_FILE_INTEL= ${WRKSRC}/LICENSE.i915
LICENSE_PERMS_AMD= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
LICENSE_PERMS_INTEL= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
-ONLY_FOR_ARCHS= amd64
-ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64
-
USES= kmod uidfix
USE_GITHUB= yes