diff options
author | grant <grant@pkgsrc.org> | 2003-08-02 04:24:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-02 04:24:58 +0000 |
commit | 56ed461304f9c00542c9fa7ee8ac9c3c13d7336b (patch) | |
tree | 64a08e267a57d05fef83669fcae7fb53657628ff /devel | |
parent | 6e9dcac496ca46771c5535046e54def82f347429 (diff) | |
download | pkgsrc-56ed461304f9c00542c9fa7ee8ac9c3c13d7336b.tar.gz |
use USE_GNU_TOOLS+= so we can co-exist with a user's setting.
Diffstat (limited to 'devel')
-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 09a6f1c03fa..549fb440c99 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/08/02 03:56:37 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/08/02 04:24:58 grant Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.3 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl -USE_GNU_TOOLS= awk +USE_GNU_TOOLS+= awk .include "../../mk/bsd.prefs.mk" |