diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-05-17 23:29:45 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-05-17 23:29:45 +0000 |
commit | 219667e123b986dfd7eb8febdf43a77d17800683 (patch) | |
tree | 5490e263e020d5ae4cc15cfd0823fe8c501fdfd9 /PACKAGE/debian/rules | |
parent | 47026439e28cec53560b90f6d3e7e32c6b65c0e0 (diff) | |
download | lynx-snapshots-219667e123b986dfd7eb8febdf43a77d17800683.tar.gz |
snapshot of project "lynx", label v2-8-9dev_18e
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 99695b19..03f5750d 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -95,7 +95,7 @@ configure-stamp: --enable-source-cache \ --enable-syslog \ --with-gnutls=/usr \ - --with-screen=ncursesw6 \ + --with-screen=ncursesw6dev \ --with-textdomain=$(PACKAGE) \ --with-zlib \ --without-included-gettext \ |