From e2d95152c617d78eae97c5512308e82b0c6af259 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 5 May 2017 16:22:28 +0000 Subject: The mysql client links against libcurses, ensure we pull in the bl3 so that user preferences are respected. --- databases/mysql55-client/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/mysql55-client') 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" -- cgit v1.2.3