summaryrefslogtreecommitdiff
path: root/databases/mysql55-client
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-05-05 16:22:28 +0000
committerjperkin <jperkin>2017-05-05 16:22:28 +0000
commite2d95152c617d78eae97c5512308e82b0c6af259 (patch)
tree4af44a68774d67a56a205025a3bcb571cbebc8d7 /databases/mysql55-client
parent6544cb50ecf91bace2f444b632d10930bedd9996 (diff)
downloadpkgsrc-e2d95152c617d78eae97c5512308e82b0c6af259.tar.gz
The mysql client links against libcurses, ensure we pull in the bl3 so
that user preferences are respected.
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r--databases/mysql55-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index 9b1c92366c8..7cba7c8595d 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2017/05/03 12:37:01 mef Exp $
+# $NetBSD: Makefile.common,v 1.59 2017/05/05 16:22:29 jperkin Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
@@ -131,6 +131,7 @@ CMAKE_ARGS+= -DREADLINE_FOUND=system
.endif
CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editlinereadline}/include/readline
+.include "../../mk/curses.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"