diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 18:49:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 18:49:15 +0000 |
commit | 483dc28c1217f9c115c3dce5f5c3deb2f2273d81 (patch) | |
tree | 9904554ecebc2dc3d9a349d3fa223b670a0da736 | |
parent | - Development and homepage moved to SourceForge (diff) |
This port was using aclocal without autoconf which triggered autoconf
during build
Remove use of autotools as it's not needed
Notes
Notes:
svn path=/head/; revision=367465
-rw-r--r-- | audio/ncmpcpp/Makefile | 3 |
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} |