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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:11:16 UTC 2019


Author: sunpoet
Date: Thu Sep  5 17:11:15 2019
New Revision: 511244
URL: https://svnweb.freebsd.org/changeset/ports/511244

Log:
  Cosmetic change

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

Modified: head/devel/rubygem-ffi-compiler/Makefile
==============================================================================
--- head/devel/rubygem-ffi-compiler/Makefile	Thu Sep  5 17:11:10 2019	(r511243)
+++ head/devel/rubygem-ffi-compiler/Makefile	Thu Sep  5 17:11:15 2019	(r511244)
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-ffi>=1.0.0:devel/rubygem-ffi \
 		rubygem-rake>=0:devel/rubygem-rake
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list