diff options
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 6ac1e617f3e..f562da6f101 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/09/04 00:57:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.25 1999/09/13 07:00:07 fredb Exp $ DISTNAME= ncurses-4.2 CATEGORIES= devel @@ -10,7 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html GNU_CONFIGURE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS+= --with-normal --without-debug --enable-bsdpad +CONFIGURE_ARGS+= --with-normal --enable-bsdpad \ + --without-debug --without-cxx MAKE_ENV+= NCURSES_MAJOR="${NCURSES_MAJOR}" \ NCURSES_MINOR="${NCURSES_MINOR}" |