diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-04 23:51:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-04 23:51:24 +0000 |
commit | f7e56c1f8fa0eb3d0ef241463461366760b169f8 (patch) | |
tree | 066cc38eb32a5eb29884b082ba4bcbb64974409e | |
parent | f7c819942352683a8606dd42f7786a77c2f71a46 (diff) | |
download | pkgsrc-f7e56c1f8fa0eb3d0ef241463461366760b169f8.tar.gz |
Use GNU make, so this builds again (for me (TM)).
-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 4044b588559..09b755865d1 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/03/03 13:36:09 adam Exp $ +# $NetBSD: Makefile,v 1.58 2004/03/04 23:51:24 wiz Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.4 @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl -USE_GNU_TOOLS+= awk +USE_GNU_TOOLS+= awk make .include "../../mk/bsd.prefs.mk" |