svn commit: r325796 - head/math/asir2000

Bryan Drewery bdrewery at FreeBSD.org
Sat Aug 31 11:42:57 UTC 2013


Author: bdrewery
Date: Sat Aug 31 11:42:57 2013
New Revision: 325796
URL: http://svnweb.freebsd.org/changeset/ports/325796

Log:
  - Fix build after recent autotools update

Modified:
  head/math/asir2000/Makefile

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Sat Aug 31 11:38:34 2013	(r325795)
+++ head/math/asir2000/Makefile	Sat Aug 31 11:42:57 2013	(r325796)
@@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_XORG=	x11 xaw xext xt
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal automake autoconf
+AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-gc7
 ASIR_SRC_VERSION=	${PORTVERSION}
 ASIR_DOC_VERSION=	20110808


More information about the svn-ports-all mailing list