svn commit: r444338 - head/databases/rubygem-mysql2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 26 03:24:19 UTC 2017


Author: sunpoet
Date: Mon Jun 26 03:24:18 2017
New Revision: 444338
URL: https://svnweb.freebsd.org/changeset/ports/444338

Log:
  Use USES=mysql

Modified:
  head/databases/rubygem-mysql2/Makefile

Modified: head/databases/rubygem-mysql2/Makefile
==============================================================================
--- head/databases/rubygem-mysql2/Makefile	Mon Jun 26 03:24:13 2017	(r444337)
+++ head/databases/rubygem-mysql2/Makefile	Mon Jun 26 03:24:18 2017	(r444338)
@@ -12,8 +12,7 @@ COMMENT=	Simple, fast MySQL library for Ruby, binding 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_MYSQL=	yes
 USE_RUBY=	yes
-USES=		gem ssl
+USES=		gem mysql ssl
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list