Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2013 15:19:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324400 - head/graphics/gimp-resynthesizer
Message-ID:  <201308081519.r78FJg2n018571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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