aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2013-02-08 00:55:45 +0800
committermi <mi@FreeBSD.org>2013-02-08 00:55:45 +0800
commitb5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc (patch)
tree7edfbbaef3e3a74e64a5387a564f72b51fb573c8 /devel
parentce17f81e72800e158ba474ec25e782ab008607e5 (diff)
downloadfreebsd-ports-gnome-b5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc.tar.gz
freebsd-ports-gnome-b5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc.tar.zst
freebsd-ports-gnome-b5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc.zip
Unbreak by changing AUTOMAKE_ARGS to CONFIGURE_ARGS.
Diffstat (limited to 'devel')
-rw-r--r--devel/subcommander2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile
index 9fc7783bf0f2..b373b0650a4c 100644
--- a/devel/subcommander2/Makefile
+++ b/devel/subcommander2/Makefile
@@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R:S,.b,~b,}p${PORTVERSION:E}.orig
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 \