svn commit: r428559 - head/lang/rubinius

Ashish SHUKLA ashish at FreeBSD.org
Wed Dec 14 12:19:32 UTC 2016


Author: ashish
Date: Wed Dec 14 12:19:31 2016
New Revision: 428559
URL: https://svnweb.freebsd.org/changeset/ports/428559

Log:
  - Only supported on AMD64 platforms
  
  Reported by:		pkg-fallout

Modified:
  head/lang/rubinius/Makefile

Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile	Wed Dec 14 11:59:58 2016	(r428558)
+++ head/lang/rubinius/Makefile	Wed Dec 14 12:19:31 2016	(r428559)
@@ -42,6 +42,8 @@ OPTIONS_RADIO=		LLVM
 OPTIONS_DEFAULT=	LLVM39
 OPTIONS_RADIO_LLVM=	LLVM36 LLVM37 LLVM38 LLVM39
 
+ONLY_FOR_ARCHS=	amd64
+
 LLVM36_DESC=	LLVM 3.6
 LLVM37_DESC=	LLVM 3.7
 LLVM38_DESC=	LLVM 3.8


More information about the svn-ports-head mailing list