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
commit02d2bc124e0bf56229d5848b55dc3f37599b509d (patch)
tree4af44a68774d67a56a205025a3bcb571cbebc8d7 /databases/mysql56-client
parent4112e861645d27a3688d188d9a4702468c5c8dfc (diff)
downloadpkgsrc-02d2bc124e0bf56229d5848b55dc3f37599b509d.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"