svn commit: r399337 - head/databases/riak2

William Grzybowski wg at FreeBSD.org
Thu Oct 15 11:47:24 UTC 2015


Author: wg
Date: Thu Oct 15 11:47:23 2015
New Revision: 399337
URL: https://svnweb.freebsd.org/changeset/ports/399337

Log:
  databases/riak2: only builds in amd64 for now

Modified:
  head/databases/riak2/Makefile

Modified: head/databases/riak2/Makefile
==============================================================================
--- head/databases/riak2/Makefile	Thu Oct 15 10:43:34 2015	(r399336)
+++ head/databases/riak2/Makefile	Thu Oct 15 11:47:23 2015	(r399337)
@@ -25,6 +25,9 @@ USES=		gmake readline
 USE_RC_SUBR=	riak
 USE_GCC=	yes
 
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	Does not build on i386
+
 USERS=		riak
 GROUPS=		riak
 


More information about the svn-ports-all mailing list