aboutsummaryrefslogtreecommitdiff
path: root/graphics/intel-backlight
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2015-07-16 08:30:59 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2015-07-16 08:30:59 +0000
commita70ecc3140165d19ed2290e0748150c9c3ec0b90 (patch)
tree0c3e166bfeac0c57855299484693c5cb113b5f73 /graphics/intel-backlight
parent06a7eaf57424b710b4cbc60a7e0266399aed19e1 (diff)
downloadports-a70ecc3140165d19ed2290e0748150c9c3ec0b90.tar.gz
ports-a70ecc3140165d19ed2290e0748150c9c3ec0b90.zip
Limit archictectures to i386 and amd64, as the hardware is only found there.
PR: 201597 Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=392279
Diffstat (limited to 'graphics/intel-backlight')
-rw-r--r--graphics/intel-backlight/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/intel-backlight/Makefile b/graphics/intel-backlight/Makefile
index 933a2f0c6e4a..9aec03ff04b4 100644
--- a/graphics/intel-backlight/Makefile
+++ b/graphics/intel-backlight/Makefile
@@ -19,6 +19,9 @@ GH_TAGNAME= 93e1fe4
PLIST_FILES= bin/intel_backlight
PORTEXAMPLES= isl_backlight.sh
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= This hardware is only found on Intel x86 systems
+
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -o intel_backlight -I${PREFIX}/include \