svn commit: r317250 - head/graphics/gsnapshot

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:52:02 UTC 2013


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
 


More information about the svn-ports-all mailing list