pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ncurses Use GNU make, so this builds again (for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c68e63e1c724
branches:  trunk
changeset: 470015:c68e63e1c724
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 04 23:51:24 2004 +0000

description:
Use GNU make, so this builds again (for me (TM)).

diffstat:

 devel/ncurses/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9d65b9ce728 -r c68e63e1c724 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile    Thu Mar 04 23:23:17 2004 +0000
+++ b/devel/ncurses/Makefile    Thu Mar 04 23:51:24 2004 +0000
@@ -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+=       --with-manpage-format=normal
 CONFIGURE_ARGS+=       --with-manpage-tbl
 
-USE_GNU_TOOLS+=                awk
+USE_GNU_TOOLS+=                awk make
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index