diff options
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r-- | devel/ncurses/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index d67f61905bf..09a6f1c03fa 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2003/07/17 21:31:56 grant Exp $ +# $NetBSD: Makefile,v 1.50 2003/08/02 03:56:37 grant Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.3 @@ -27,6 +27,8 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl +USE_GNU_TOOLS= awk + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" @@ -66,7 +68,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/c++/demo.cc \ ${PREFIX}/share/examples/ncurses++demo.cc -# we need a working awk -.include "../../lang/gawk/buildlink2.mk" - .include "../../mk/bsd.pkg.mk" |