aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-07 02:49:15 +0800
committerantoine <antoine@FreeBSD.org>2014-09-07 02:49:15 +0800
commitc88be25e28ee9535ae7a8b5ca4c7fab0b5b4a979 (patch)
tree9904554ecebc2dc3d9a349d3fa223b670a0da736 /audio
parent70dad44e00b8f7e584e0d8917062adf24ae6a9fd (diff)
downloadfreebsd-ports-gnome-c88be25e28ee9535ae7a8b5ca4c7fab0b5b4a979.tar.gz
freebsd-ports-gnome-c88be25e28ee9535ae7a8b5ca4c7fab0b5b4a979.tar.zst
freebsd-ports-gnome-c88be25e28ee9535ae7a8b5ca4c7fab0b5b4a979.zip
This port was using aclocal without autoconf which triggered autoconf
during build Remove use of autotools as it's not needed
Diffstat (limited to 'audio')
-rw-r--r--audio/ncmpcpp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index ac9ba5a99c1f..0fb626e5010b 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -18,9 +18,6 @@ USES= iconv libtool ncurses pkgconfig tar:bzip2
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}