From 623632ee421279e0f4e77a77a0425df30d89f72e Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 13 Sep 1999 07:00:07 +0000 Subject: Don't try to build c++ demo on systems with libg++. It's never installed anyway. --- devel/ncurses/Makefile | 5 +++-- 1 file 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}" -- cgit v1.2.3