aboutsummaryrefslogtreecommitdiff
path: root/comms/dabstick-radio
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-06-22 13:35:32 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-06-22 13:35:32 +0000
commit28d80a9a7c6c70911720890603085e12e35eb5e5 (patch)
treec210a37aa4c9d59ca489f990bf23059841810ed3 /comms/dabstick-radio
parent2bf7225775496461d4f2b913c46dcbc17f13084e (diff)
downloadports-28d80a9a7c6c70911720890603085e12e35eb5e5.tar.gz
ports-28d80a9a7c6c70911720890603085e12e35eb5e5.zip
Add ONLY_FOR_ARCHS.
Notes
Notes: svn path=/head/; revision=321573
Diffstat (limited to 'comms/dabstick-radio')
-rw-r--r--comms/dabstick-radio/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile
index 87ff38f9ea2f..d8d9d42bbf38 100644
--- a/comms/dabstick-radio/Makefile
+++ b/comms/dabstick-radio/Makefile
@@ -31,6 +31,9 @@ MAKE_JOBS_SAFE= yes
PORTDOCS= *
PLIST_FILES+= bin/dabreceiver bin/fmreceiver bin/spectrum-viewer
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= uses MMX and SSE2
+
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 901000) && exists(${DESTDIR}/usr/bin/clang)