Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 16:55:46 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311873 - head/devel/subcommander2
Message-ID:  <201302071655.r17GtkGx028756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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