diff options
author | bad <bad> | 2001-01-09 18:38:49 +0000 |
---|---|---|
committer | bad <bad> | 2001-01-09 18:38:49 +0000 |
commit | 3e609ec9d2aeb2dd88225ed23faea99f11f05ba9 (patch) | |
tree | d349d61be2e47f68b5fb20d7b2997a7ecda3f9f4 /databases | |
parent | b4ddb28fa1f8a5f55b9c908dfc45a6b7f1fd13c7 (diff) | |
download | pkgsrc-3e609ec9d2aeb2dd88225ed23faea99f11f05ba9.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 |