svn commit: r324400 - head/graphics/gimp-resynthesizer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 8 15:19:43 UTC 2013


Author: amdmi3
Date: Thu Aug  8 15:19:42 2013
New Revision: 324400
URL: http://svnweb.freebsd.org/changeset/ports/324400

Log:
  - Fix build

Modified:
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Thu Aug  8 15:19:25 2013	(r324399)
+++ head/graphics/gimp-resynthesizer/Makefile	Thu Aug  8 15:19:42 2013	(r324400)
@@ -24,6 +24,7 @@ USES=		gettext
 MAKE_JOBS_SAFE=	yes
 USE_AUTOTOOLS=	aclocal automake
 USE_GMAKE=	yes
+AUTOMAKE_ARGS=	--add-missing
 
 OPTIONS_DEFINE=	THREADS
 THREADS_DESC=	Threading support (produces nondeterministic results)


More information about the svn-ports-head mailing list