diff options
author | bad <bad@pkgsrc.org> | 2001-01-09 18:38:49 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2001-01-09 18:38:49 +0000 |
commit | 807d24ec983b5740ddeee2c8da2c887774daab89 (patch) | |
tree | d349d61be2e47f68b5fb20d7b2997a7ecda3f9f4 /databases | |
parent | e265140fc39753859cac8e3c6e68ffe769224bbf (diff) | |
download | pkgsrc-807d24ec983b5740ddeee2c8da2c887774daab89.tar.gz |
It's "-lcurses -ltermcap".
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-client/Makefile | 4 |
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 |