diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-11 17:13:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-11 17:13:29 +0000 |
commit | 57d4f7648e65321245ce37d974b477e18d8abdc9 (patch) | |
tree | 966eb62d42212b5c5b4ed7069192c6ea6bea67e9 /graphics | |
parent | 1ef1b9677416fe6fd7bde690bb9ea050bf5341f0 (diff) | |
download | pkgsrc-57d4f7648e65321245ce37d974b477e18d8abdc9.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/gthumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index cc162676fe0..7304226c22d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -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 @@ MAINTAINER= minskim@NetBSD.org 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 |