Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 05:35:36 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323201 - head/graphics/cinepaint
Message-ID:  <201307180535.r6I5ZbwA089037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Jul 18 05:35:36 2013
New Revision: 323201
URL: http://svnweb.freebsd.org/changeset/ports/323201

Log:
  - Unbreak build after autotools update
  
  Reported by:	ph

Modified:
  head/graphics/cinepaint/Makefile

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Thu Jul 18 05:33:41 2013	(r323200)
+++ head/graphics/cinepaint/Makefile	Thu Jul 18 05:35:36 2013	(r323201)
@@ -33,7 +33,7 @@ USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
 LIBTOOLIZE_ARGS=--force
 ACLOCAL_ARGS=	-I aclocal
-AUTOMAKE_ARGS=	--copy --force-missing --foreign
+AUTOMAKE_ARGS=	--copy --force-missing --foreign --add-missing
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 



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