svn commit: r390249 - head/sysutils/htop

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 15:58:14 UTC 2015


Author: bapt
Date: Sun Jun 21 15:58:13 2015
New Revision: 390249
URL: https://svnweb.freebsd.org/changeset/ports/390249

Log:
  Convert to USES=autoreconf

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Sun Jun 21 15:55:09 2015	(r390248)
+++ head/sysutils/htop/Makefile	Sun Jun 21 15:58:13 2015	(r390249)
@@ -21,9 +21,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lexecinfo
 
 CONFIGURE_ARGS=	--with-proc=/compat/linux/proc --enable-unicode
-USES=		ncurses libtool execinfo python:2,build
-USE_AUTOTOOLS=	autoconf aclocal automake
-ACLOCAL_ARGS=	-I ${ACLOCAL_DIR}
+USES=		autoreconf ncurses libtool execinfo python:2,build
 
 LSOF_RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof
 


More information about the svn-ports-head mailing list