diff options
Diffstat (limited to 'PACKAGE/debian')
-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 \ |