svn commit: r367465 - head/audio/ncmpcpp

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 18:49:16 UTC 2014


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}
 


More information about the svn-ports-head mailing list