summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorbad <bad>2001-01-09 18:38:49 +0000
committerbad <bad>2001-01-09 18:38:49 +0000
commit3d82b1b2b262fed36c0342ddc6843c5137f7a020 (patch)
treed349d61be2e47f68b5fb20d7b2997a7ecda3f9f4 /databases
parent9595fd8af567e37f147459a6b54d85512b75e537 (diff)
downloadpkgsrc-3d82b1b2b262fed36c0342ddc6843c5137f7a020.tar.gz
It's "-lcurses -ltermcap".
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index b45cc85a155..938e039145f 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/01/09 18:38:49 bad Exp $
#
DISTNAME= mysql-3.22.32
@@ -16,7 +16,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-perl --without-debug --without-bench \
- --without-server --with-named-curses-libs="-lcurses"
+ --without-server --with-named-curses-libs="-lcurses -ltermcap"
.if exists(/usr/include/readline.h)
CONFIGURE_ARGS+=--without-readline