Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 14:57:23 +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: r323111 - head/textproc/iksemel
Message-ID:  <201307161457.r6GEvNTp080165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jul 16 14:57:23 2013
New Revision: 323111
URL: http://svnweb.freebsd.org/changeset/ports/323111

Log:
  - Unbreak build after autotools update

Modified:
  head/textproc/iksemel/Makefile   (contents, props changed)

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
+++ head/textproc/iksemel/Makefile	Tue Jul 16 14:57:23 2013	(r323111)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	gnutls:${PORTSDIR}/security
 
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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