summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordrochner <drochner>2007-11-06 21:16:17 +0000
committerdrochner <drochner>2007-11-06 21:16:17 +0000
commit63f5e2f2a763b9a343b5a6925196b03a55214b2d (patch)
tree5771806367ff76dd14e2e4044cf67b682f1f2316 /editors
parent8ba0f30d6e66ea4c339fd039359c30b7566fefa2 (diff)
downloadpkgsrc-63f5e2f2a763b9a343b5a6925196b03a55214b2d.tar.gz
Use gmake. NetBSD/current's make dcrashes on install.
Diffstat (limited to 'editors')
-rw-r--r--editors/gobby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index de9a3a5004c..803229d1900 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 10:06:25 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/06 21:16:17 drochner Exp $
#
DISTNAME= gobby-0.4.5
@@ -12,7 +12,7 @@ COMMENT= Collaborative Editor
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
-USE_TOOLS= pkg-config
+USE_TOOLS= pkg-config gmake
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glibmm/buildlink3.mk"