diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 21:04:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 21:04:41 +0000 |
commit | 163b6e6c2b59850f365c2c211f23e85b2173610e (patch) | |
tree | 000eb93beb750f35f5e59ab714f3cf843b0bbc92 /devel | |
parent | ea6e7a716bb195a54ea4a0aee926a82a3d92ed66 (diff) | |
download | pkgsrc-163b6e6c2b59850f365c2c211f23e85b2173610e.tar.gz |
Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index e48a69c93d6..69cd574a945 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.65 2005/05/22 21:04:41 jlam Exp $ DISTNAME= ncurses-${NC_VERS} PKGREVISION= 1 @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= YES +USE_TOOLS+= gawk tbl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libtool @@ -28,9 +29,6 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl -USE_TOOLS+= gawk -USE_TBL= yes - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |