svn commit: r357390 - head/sysutils/htop

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 10 21:59:38 UTC 2014


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


More information about the svn-ports-head mailing list