svn commit: r323201 - head/graphics/cinepaint

Martin Wilke miwi at FreeBSD.org
Thu Jul 18 05:35:37 UTC 2013


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
 


More information about the svn-ports-all mailing list