diff options
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index f7e97f0277c5..e9df76bfb941 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -18,7 +18,7 @@ BROKEN_sparc64= cannot build: coredump: illegal instruction USES= cpe pkgconfig shebangfix tar:tgz -SNAPSHOT= 20210227 +SNAPSHOT= 20210306 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc \ --with-terminfo-dirs="${PREFIX}/share/misc/terminfo:${LOCALBASE}/share/site-terminfo" \ @@ -43,8 +43,6 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc \ --with-termlib \ --without-manpage-renames -MAKE_JOBS_UNSAFE= yes - OPTIONS_DEFINE= DEBUG DOCS EXAMPLES MANPAGES PROFILE TRACE OPTIONS_DEFAULT= DOCS EXAMPLES MANPAGES |