aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-11 05:59:37 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-11 05:59:37 +0800
commit91a998ee84a0e44161e081d1cf382b56f9ecac79 (patch)
tree3b875b3158cf098a5b5f870d6003b35b6ef09ce4
parent3e2c1175d1a098da9cdbb920d0400f343f6d30df (diff)
downloadfreebsd-ports-gnome-91a998ee84a0e44161e081d1cf382b56f9ecac79.tar.gz
freebsd-ports-gnome-91a998ee84a0e44161e081d1cf382b56f9ecac79.tar.zst
freebsd-ports-gnome-91a998ee84a0e44161e081d1cf382b56f9ecac79.zip
- Switch to USES=libtool
Approved by: portmgr blanket
-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