svn commit: r390813 - head/devel/rubygem-ffi-compiler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 28 17:54:25 UTC 2015


Author: sunpoet
Date: Sun Jun 28 17:54:24 2015
New Revision: 390813
URL: https://svnweb.freebsd.org/changeset/ports/390813

Log:
  - Add NO_ARCH
  - Remove USE_RAKE

Modified:
  head/devel/rubygem-ffi-compiler/Makefile

Modified: head/devel/rubygem-ffi-compiler/Makefile
==============================================================================
--- head/devel/rubygem-ffi-compiler/Makefile	Sun Jun 28 17:54:22 2015	(r390812)
+++ head/devel/rubygem-ffi-compiler/Makefile	Sun Jun 28 17:54:24 2015	(r390813)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 RUN_DEPENDS=	rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi \
 		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
 
-USE_RAKE=	yes
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list