diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-04 10:37:55 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-04 10:37:55 -0400 |
commit | 38b6827ec0fc30d0534a868da649669670a0cbd6 (patch) | |
tree | 9d204ad21bf2beb4b4fd8ccca389286b567f3c8a /PACKAGE/debian/rules | |
parent | da7ca1b013df1cd00390289e7f5ea40b23fe17bd (diff) | |
download | lynx-snapshots-38b6827ec0fc30d0534a868da649669670a0cbd6.tar.gz |
snapshot of project "lynx", label v2-8-9dev_5e
Diffstat (limited to 'PACKAGE/debian/rules')
-rwxr-xr-x | PACKAGE/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 895e93e0..c9a22268 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -90,7 +90,7 @@ configure-stamp: --enable-source-cache \ --enable-syslog \ --with-gnutls=/usr \ - --with-screen=ncursesw \ + --with-screen=ncursesw6 \ --with-textdomain=$(PACKAGE) \ --with-zlib \ --without-included-gettext \ |