Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 21:59:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357390 - head/sysutils/htop
Message-ID:  <201406102159.s5ALxbbc043359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 10 21:59:37 2014
New Revision: 357390
URL: http://svnweb.freebsd.org/changeset/ports/357390
QAT: https://qat.redports.org/buildarchive/r357390/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Tue Jun 10 21:58:40 2014	(r357389)
+++ head/sysutils/htop/Makefile	Tue Jun 10 21:59:37 2014	(r357390)
@@ -3,6 +3,7 @@
 
 PORTNAME=	htop
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -23,8 +24,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	LIBS="-lexecinfo"
 
 CONFIGURE_ARGS=	--with-proc=/compat/linux/proc --enable-unicode
-USES=		ncurses
-USE_AUTOTOOLS=	autoconf aclocal automake libtool
+USES=		ncurses libtool
+USE_AUTOTOOLS=	autoconf aclocal automake
 ACLOCAL_ARGS=	-I ${ACLOCAL_DIR}
 
 USE_PYTHON_BUILD=	yes



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