pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/gobby Use gmake. NetBSD/current's make dcrashe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d4bddda915d
branches:  trunk
changeset: 535047:2d4bddda915d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Nov 06 21:16:17 2007 +0000

description:
Use gmake. NetBSD/current's make dcrashes on install.

diffstat:

 editors/gobby/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r acfe136dbfdf -r 2d4bddda915d editors/gobby/Makefile
--- a/editors/gobby/Makefile    Tue Nov 06 20:17:18 2007 +0000
+++ b/editors/gobby/Makefile    Tue Nov 06 21:16:17 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index