svn commit: r388335 - head/devel/subcommander2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:29:30 UTC 2015


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 \


More information about the svn-ports-all mailing list