diff options
author | bad <bad> | 2001-01-09 18:39:44 +0000 |
---|---|---|
committer | bad <bad> | 2001-01-09 18:39:44 +0000 |
commit | 58fc46ca989154992f668cce436274ed3c735107 (patch) | |
tree | 9d3a92739df017663a2518cd0a8f0fc2fa10c8fa | |
parent | 3e609ec9d2aeb2dd88225ed23faea99f11f05ba9 (diff) | |
download | pkgsrc-58fc46ca989154992f668cce436274ed3c735107.tar.gz |
It's "--with-named-curses-libs=...".
-rw-r--r-- | databases/mysql-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index 70529ead5d0..cbe4b6f4f3a 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/08/23 14:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/09 18:39:44 bad Exp $ # DISTNAME= mysql-3.22.32 @@ -25,7 +25,8 @@ MYSQL_DATADIR?= /var/mysql GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${MYSQL_DATADIR} \ - --with-named-z-libs=z --with-named-curses=curses \ + --with-named-z-libs=z \ + --with-named-curses-libs="-lcurses -ltermcap" \ --without-perl --without-debug --without-bench \ --without-docs --with-low-memory |