aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2016-06-29 10:20:12 +0800
committerkmoore <kmoore@FreeBSD.org>2016-06-29 10:20:12 +0800
commit6139a1393b3bb41f642e4114289bed55837402f9 (patch)
tree8a80e8a764876d586ca13d3648968c2e8d517d08
parent608a2d0e1635bf27e853510a9f1b31b95962df9d (diff)
downloadfreebsd-ports-graphics-6139a1393b3bb41f642e4114289bed55837402f9.tar.gz
freebsd-ports-graphics-6139a1393b3bb41f642e4114289bed55837402f9.tar.zst
freebsd-ports-graphics-6139a1393b3bb41f642e4114289bed55837402f9.zip
- Port only runs on AMD64, mark as such
PR: 210456 Submitted by: Maintainer
-rw-r--r--sysutils/nomad/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile
index f881a8195cc..4c229a563f7 100644
--- a/sysutils/nomad/Makefile
+++ b/sysutils/nomad/Makefile
@@ -14,6 +14,8 @@ LICENSE= MPL
BUILD_DEPENDS= go>=1.4:lang/go
RUN_DEPENDS= go>=1.4:lang/go
+ONLY_FOR_ARCHS= amd64
+
USES= compiler
USE_GITHUB= yes