aboutsummaryrefslogtreecommitdiff
path: root/sysutils/htop
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-10 21:59:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-10 21:59:37 +0000
commit0f11dc56f2084bcf3fb40e2790cd7a5a5f632657 (patch)
tree3b875b3158cf098a5b5f870d6003b35b6ef09ce4 /sysutils/htop
parent6ba3889c13c3fd5eefaead5fb090f3290f2392ca (diff)
downloadports-0f11dc56f2084bcf3fb40e2790cd7a5a5f632657.tar.gz
ports-0f11dc56f2084bcf3fb40e2790cd7a5a5f632657.zip
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=357390
Diffstat (limited to 'sysutils/htop')
-rw-r--r--sysutils/htop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index 23c8f83eaa58..3a3f2a118c79 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -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