pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/joe This pkg fails to build with make from Net...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6d84ece9402
branches:  trunk
changeset: 481629:c6d84ece9402
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Oct 08 23:50:37 2004 +0000

description:
This pkg fails to build with make from NetBSD-1.6.2.  Use the GNU make
instead.

diffstat:

 editors/joe/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b299d7ebb6b0 -r c6d84ece9402 editors/joe/Makefile
--- a/editors/joe/Makefile      Fri Oct 08 23:36:30 2004 +0000
+++ b/editors/joe/Makefile      Fri Oct 08 23:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:38 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/08 23:50:37 kristerw Exp $
 
 DISTNAME=      joe-3.1
 PKGREVISION=   1
@@ -12,6 +12,7 @@
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
+USE_GNU_TOOLS+=                make
 CONFIGURE_ARGS=                --sysconfdir="${PREFIX}/share/examples"
 
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index