diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 02:49:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 02:49:15 +0800 |
commit | c88be25e28ee9535ae7a8b5ca4c7fab0b5b4a979 (patch) | |
tree | 9904554ecebc2dc3d9a349d3fa223b670a0da736 /audio | |
parent | 70dad44e00b8f7e584e0d8917062adf24ae6a9fd (diff) | |
download | freebsd-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/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} |