diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 64c501ea71..c7a36c7749 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -1,7 +1,7 @@ # Template build file for 'ncurses'. pkgname=ncurses version=5.9 -revision=13 +revision=14 short_desc="A System V Release 4.0 curses emulation library" maintainer="Juan RP " homepage="http://www.gnu.org/software/ncurses/" @@ -28,7 +28,8 @@ do_configure() { export CFLAGS="$CFLAGS -fPIC" ../configure ${configure_args} \ --enable-widec --with-shared --without-debug \ - --with-manpage-symlinks --without-ada --enable-ext-colors \ + --with-manpage-symlinks --with-manpage-format=normal \ + --without-ada --enable-ext-colors \ --without-tests --enable-pc-files \ PKG_CONFIG=/usr/bin/pkg-config