summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-10-08 23:50:37 +0000
committerkristerw <kristerw@pkgsrc.org>2004-10-08 23:50:37 +0000
commit5ff14486872f4e025ec95ae79d0672386b8c03f1 (patch)
tree7834c8d262adaa6fc0f8f0e6ca7ab8e486219131 /editors
parent75bc3fa7e0010091dc1eb5e1e3116e8ac0b3b7eb (diff)
downloadpkgsrc-5ff14486872f4e025ec95ae79d0672386b8c03f1.tar.gz
This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make
instead.
Diffstat (limited to 'editors')
-rw-r--r--editors/joe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 0b5461b1cdf..2e09c6ff96c 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -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 @@ COMMENT= Joe's own editor
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS= --sysconfdir="${PREFIX}/share/examples"
.include "../../devel/ncurses/buildlink3.mk"