summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-10-08 23:50:37 +0000
committerkristerw <kristerw>2004-10-08 23:50:37 +0000
commiteb54cd8982899aae732a574a9d2c3c6bb1447f8e (patch)
tree7834c8d262adaa6fc0f8f0e6ca7ab8e486219131 /editors
parentb4e7e278924240f7eca8915fc8ba61e36a072885 (diff)
downloadpkgsrc-eb54cd8982899aae732a574a9d2c3c6bb1447f8e.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"