diff options
-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 3ce06b0edc1..cd4f7309603 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/07/09 13:51:20 drochner Exp $ +# $NetBSD: Makefile,v 1.61 2004/07/21 19:58:57 jlam Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.4 @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl USE_GNU_TOOLS+= awk +USE_TBL= yes .include "../../mk/bsd.prefs.mk" @@ -67,5 +68,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/c++/demo.cc \ ${PREFIX}/share/examples/ncurses++demo.cc -.include "../../textproc/groff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |