summaryrefslogtreecommitdiff
path: root/databases/mysql51-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/mysql51-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/mysql51-client')
-rw-r--r--databases/mysql51-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index 2421083cf0a..876b9dc20df 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2017/04/13 13:44:49 mef Exp $
+# $NetBSD: Makefile.common,v 1.35 2017/05/05 16:22:28 jperkin Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
@@ -138,4 +138,5 @@ pre-configure:
${RM} -f ${WRKSRC}/configure~
cd ${WRKSRC} && autoconf && autoheader
+.include "../../mk/curses.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"