summaryrefslogtreecommitdiff
path: root/databases/mysql56-client
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-05 16:22:28 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-05 16:22:28 +0000
commit563911b1d3baeaa21dea6fef0914c83a759ebfab (patch)
tree6b8514c89cc4e8838836e91b026276b327d7d2b9 /databases/mysql56-client
parent12aca1b7d99e9519d93b0086cc1fc1184f97b4b1 (diff)
downloadpkgsrc-563911b1d3baeaa21dea6fef0914c83a759ebfab.tar.gz
The mysql client links against libcurses, ensure we pull in the bl3 so
that user preferences are respected.
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r--databases/mysql56-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 0f3164a9f08..083efa97863 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2017/04/11 20:21:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.40 2017/05/05 16:22:29 jperkin Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -130,4 +130,5 @@ CMAKE_ARGS+= -DWITH_READLINE="system"
CMAKE_ARGS+= -DWITH_EDITLINE="system"
.endif
+.include "../../mk/curses.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"