summaryrefslogtreecommitdiff
path: root/databases/rubygem-mysql2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-26 03:24:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-26 03:24:18 +0000
commitcbebc75fb07b4afcf44b9776b3d2c2cd50bbafd9 (patch)
tree94733e989fd477a6b4ed9e2d0265f18e3fb6d1c1 /databases/rubygem-mysql2
parentUse USES=mysql (diff)
Use USES=mysql
Notes
Notes: svn path=/head/; revision=444338
Diffstat (limited to 'databases/rubygem-mysql2')
-rw-r--r--databases/rubygem-mysql2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/rubygem-mysql2/Makefile b/databases/rubygem-mysql2/Makefile
index 6c931a7de77e..2fdb73e07f42 100644
--- a/databases/rubygem-mysql2/Makefile
+++ b/databases/rubygem-mysql2/Makefile
@@ -12,8 +12,7 @@ COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_MYSQL= yes
USE_RUBY= yes
-USES= gem ssl
+USES= gem mysql ssl
.include <bsd.port.mk>