svn commit: r311873 - head/devel/subcommander2
Mikhail Teterin
mi at FreeBSD.org
Thu Feb 7 16:55:46 UTC 2013
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 at 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 \
More information about the svn-ports-all
mailing list