Date: Thu, 15 Oct 2015 11:47:23 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399337 - head/databases/riak2 Message-ID: <201510151147.t9FBlNJk069807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510151147.t9FBlNJk069807>