summaryrefslogtreecommitdiff
path: root/devel/ncurses/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-08-02 04:24:58 +0000
committergrant <grant>2003-08-02 04:24:58 +0000
commitedd9d2672490c37724eefe359a42b198a9505232 (patch)
tree64a08e267a57d05fef83669fcae7fb53657628ff /devel/ncurses/Makefile
parentff667977781072696495f0f043fe019e1520906b (diff)
downloadpkgsrc-edd9d2672490c37724eefe359a42b198a9505232.tar.gz
use USE_GNU_TOOLS+= so we can co-exist with a user's setting.
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r--devel/ncurses/Makefile4
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"