Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 18:49:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367465 - head/audio/ncmpcpp
Message-ID:  <201409061849.s86InFs8055852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep  6 18:49:15 2014
New Revision: 367465
URL: http://svnweb.freebsd.org/changeset/ports/367465
QAT: https://qat.redports.org/buildarchive/r367465/

Log:
  This port was using aclocal without autoconf which triggered autoconf
  during build
  Remove use of autotools as it's not needed

Modified:
  head/audio/ncmpcpp/Makefile

Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile	Sat Sep  6 18:42:16 2014	(r367464)
+++ head/audio/ncmpcpp/Makefile	Sat Sep  6 18:49:15 2014	(r367465)
@@ -18,9 +18,6 @@ USES=		iconv libtool ncurses pkgconfig t
 USE_GCC=	any
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
-USE_AUTOTOOLS=	automake aclocal
-AUTOMAKE_ARGS=	--add-missing
-ACLOCAL_ARGS=	--automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 



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