diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-06 21:16:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-06 21:16:17 +0000 |
commit | ab2c89a2af3399901c9eeb46f56ee11e2622f109 (patch) | |
tree | 5771806367ff76dd14e2e4044cf67b682f1f2316 /editors/gobby | |
parent | 451c47503f87349f2580907cd3a832809cd9474f (diff) | |
download | pkgsrc-ab2c89a2af3399901c9eeb46f56ee11e2622f109.tar.gz |
Use gmake. NetBSD/current's make dcrashes on install.
Diffstat (limited to 'editors/gobby')
-rw-r--r-- | editors/gobby/Makefile | 4 |
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" |