aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpu-firmware-kmod
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-08-22 16:29:25 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-08-22 16:29:25 +0000
commit0afc0eade6419de4d29b243c812960a562dcd6fa (patch)
tree6bf74238f2fe4fb44bae21f104282e3dcbeb3c5b /graphics/gpu-firmware-kmod
parent50a318060adb07b3c4496645ee6b05e468830785 (diff)
downloadports-0afc0eade6419de4d29b243c812960a562dcd6fa.tar.gz
ports-0afc0eade6419de4d29b243c812960a562dcd6fa.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)
Notes
Notes: svn path=/head/; revision=477799
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