From owner-svn-ports-head@FreeBSD.ORG Thu Feb 7 16:55:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BC4E98; Thu, 7 Feb 2013 16:55:46 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 84745E7B; Thu, 7 Feb 2013 16:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r17GtkDA028757; Thu, 7 Feb 2013 16:55:46 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r17GtkGx028756; Thu, 7 Feb 2013 16:55:46 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201302071655.r17GtkGx028756@svn.freebsd.org> From: Mikhail Teterin Date: Thu, 7 Feb 2013 16:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311873 - head/devel/subcommander2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 16:55:46 -0000 Author: mi Date: Thu Feb 7 16:55:45 2013 New Revision: 311873 URL: http://svnweb.freebsd.org/changeset/ports/311873 Log: Unbreak by changing AUTOMAKE_ARGS to CONFIGURE_ARGS. Modified: head/devel/subcommander2/Makefile Modified: head/devel/subcommander2/Makefile ============================================================================== --- head/devel/subcommander2/Makefile Thu Feb 7 16:46:19 2013 (r311872) +++ head/devel/subcommander2/Makefile Thu Feb 7 16:55:45 2013 (r311873) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R:S, MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 based multiplatform subversion client, diff & merge tool -BROKEN= Does not build - LICENSE= GPLv2 LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ @@ -31,7 +29,7 @@ USE_OPENSSL= yes USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoheader autoconf ACLOCAL_ARGS= -I ac-macros -AUTOMAKE_ARGS= --with-boost=${LOCALBASE}/include \ +CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ --with-subversion=${LOCALBASE} --with-qt=${QT_PREFIX} \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config \