summaryrefslogtreecommitdiff
path: root/databases/mysql57-client
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-05-06 15:47:39 +0000
committerwiedi <wiedi@pkgsrc.org>2019-05-06 15:47:39 +0000
commit933eaf7087d529006c324cbcb5f704664d2d7954 (patch)
tree68a989d52ca3dcc3d34a616d8985f064f7f7f7c3 /databases/mysql57-client
parent851c89a0fbb2d612915b62788c656edffe5a6b22 (diff)
downloadpkgsrc-933eaf7087d529006c324cbcb5f704664d2d7954.tar.gz
mysql57: also don't use builtin libevent
Diffstat (limited to 'databases/mysql57-client')
-rw-r--r--databases/mysql57-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common
index aad349cc24d..59b24e9036c 100644
--- a/databases/mysql57-client/Makefile.common
+++ b/databases/mysql57-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2019/05/05 12:12:14 wiedi Exp $
+# $NetBSD: Makefile.common,v 1.19 2019/05/06 15:47:39 wiedi Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -18,6 +18,7 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash bison gmake perl:run
USE_GCC_RUNTIME= yes
+USE_BUILTIN.libevent= no
.include "../../mk/bsd.prefs.mk"