Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 19:07:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375742 - head/audio/darkice
Message-ID:  <201412281907.sBSJ7M4q019464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec 28 19:07:21 2014
New Revision: 375742
URL: https://svnweb.freebsd.org/changeset/ports/375742
QAT: https://qat.redports.org/buildarchive/r375742/

Log:
  Convert to USES=autoreconf

Modified:
  head/audio/darkice/Makefile

Modified: head/audio/darkice/Makefile
==============================================================================
--- head/audio/darkice/Makefile	Sun Dec 28 19:04:46 2014	(r375741)
+++ head/audio/darkice/Makefile	Sun Dec 28 19:07:21 2014	(r375742)
@@ -19,9 +19,8 @@ OPTIONS_DEFAULT=	VORBIS
 
 AACPLUS_DESC=	AAC HEv2 and libsamplerate support
 
-USE_AUTOTOOLS=	aclocal automake autoconf
-ACLOCAL_ARGS=	# none
-AUTOMAKE_ARGS=	--add-missing --copy --foreign
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_prog_acx_pthread_config=no
 CONFIGURE_ARGS=	--without-alsa
 



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