Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 15:58:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390249 - head/sysutils/htop
Message-ID:  <201506211558.t5LFwECI030313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211558.t5LFwECI030313>