Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 20:52:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317250 - head/graphics/gsnapshot
Message-ID:  <201305032052.r43Kq2J8032617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 20:52:01 2013
New Revision: 317250
URL: http://svnweb.freebsd.org/changeset/ports/317250

Log:
  Fix build with bmake

Modified:
  head/graphics/gsnapshot/Makefile

Modified: head/graphics/gsnapshot/Makefile
==============================================================================
--- head/graphics/gsnapshot/Makefile	Fri May  3 20:50:25 2013	(r317249)
+++ head/graphics/gsnapshot/Makefile	Fri May  3 20:52:01 2013	(r317250)
@@ -14,6 +14,7 @@ USES=		pkgconfig
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
 USE_GNOME=	gtk20 libwnck libxml2
 USE_XORG=	x11 xmu
+USE_GMAKE=	yes
 
 CFLAGS+=	-fPIC -I${LOCALBASE}/include/libxml2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032052.r43Kq2J8032617>