svn commit: r375742 - head/audio/darkice

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 28 19:07:22 UTC 2014


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
 


More information about the svn-ports-head mailing list