pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gthumb gmake is needed to build, from Gilles ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ab819ef3f41
branches:  trunk
changeset: 517484:4ab819ef3f41
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 11 17:13:29 2006 +0000

description:
gmake is needed to build, from Gilles Dauphin per PR pkg/34177
(this is not Solaris specific, it happened to me too on i386/current)

diffstat:

 graphics/gthumb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7f1a59f85d3 -r 4ab819ef3f41 graphics/gthumb/Makefile
--- a/graphics/gthumb/Makefile  Fri Aug 11 16:54:51 2006 +0000
+++ b/graphics/gthumb/Makefile  Fri Aug 11 17:13:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/07/05 05:37:42 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/08/11 17:13:29 drochner Exp $
 
 DISTNAME=              gthumb-2.6.9
 PKGREVISION=           3
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://gthumb.sourceforge.net/
 COMMENT=               Image viewer and browser for the GNOME Desktop
 
-USE_TOOLS+=            intltool msgfmt pkg-config
+USE_TOOLS+=            intltool msgfmt pkg-config gmake
 USE_DIRS+=             xdg-1.1 gnome2-1.5
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index