diff options
author | kmoore <kmoore@FreeBSD.org> | 2016-06-29 10:20:12 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2016-06-29 10:20:12 +0800 |
commit | 6139a1393b3bb41f642e4114289bed55837402f9 (patch) | |
tree | 8a80e8a764876d586ca13d3648968c2e8d517d08 /sysutils | |
parent | 608a2d0e1635bf27e853510a9f1b31b95962df9d (diff) | |
download | freebsd-ports-gnome-6139a1393b3bb41f642e4114289bed55837402f9.tar.gz freebsd-ports-gnome-6139a1393b3bb41f642e4114289bed55837402f9.tar.zst freebsd-ports-gnome-6139a1393b3bb41f642e4114289bed55837402f9.zip |
- Port only runs on AMD64, mark as such
PR: 210456
Submitted by: Maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nomad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index f881a8195cc0..4c229a563f79 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 |