Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 12:29:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388335 - head/devel/subcommander2
Message-ID:  <201506021229.t52CTUBw084147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 12:29:29 2015
New Revision: 388335
URL: https://svnweb.freebsd.org/changeset/ports/388335

Log:
  - Switch to USES=autoreconf

Modified:
  head/devel/subcommander2/Makefile

Modified: head/devel/subcommander2/Makefile
==============================================================================
--- head/devel/subcommander2/Makefile	Tue Jun  2 12:29:22 2015	(r388334)
+++ head/devel/subcommander2/Makefile	Tue Jun  2 12:29:29 2015	(r388335)
@@ -21,14 +21,12 @@ CONFLICTS=	subcommander-1.*
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S,.b,b,}p${PORTVERSION:E}
 
-USES=		gmake dos2unix
+USES=		autoreconf gmake dos2unix
 DOS2UNIX_GLOB=	*.cpp *.h
 USE_QT4=	corelib gui network qt3support moc_build rcc_build uic_build
 QT_NONSTANDARD=	yes
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	aclocal automake autoheader autoconf
-ACLOCAL_ARGS=	-I ac-macros
-AUTOMAKE_ARGS=	--copy --force-missing --foreign
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-boost=${LOCALBASE}/include \
 		--with-subversion=${LOCALBASE} --with-qt=${QT_PREFIX} \
 		--with-apr=${LOCALBASE}/bin/apr-1-config \



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