diff options
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index d3e8d2d52f9..cd372572cc2 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/01/07 01:16:04 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2004/02/02 13:02:49 jlam Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.3 @@ -15,7 +15,7 @@ COMMENT= CRT screen handling and optimization package PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |