svn commit: r417756 - head/sysutils/nomad

Kris Moore kmoore at FreeBSD.org
Wed Jun 29 02:20:13 UTC 2016


Author: kmoore
Date: Wed Jun 29 02:20:12 2016
New Revision: 417756
URL: https://svnweb.freebsd.org/changeset/ports/417756

Log:
  - Port only runs on AMD64, mark as such
  
  PR: 210456
  Submitted by: Maintainer

Modified:
  head/sysutils/nomad/Makefile

Modified: head/sysutils/nomad/Makefile
==============================================================================
--- head/sysutils/nomad/Makefile	Wed Jun 29 02:01:42 2016	(r417755)
+++ head/sysutils/nomad/Makefile	Wed Jun 29 02:20:12 2016	(r417756)
@@ -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


More information about the svn-ports-head mailing list