diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 15:58:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 15:58:13 +0000 |
commit | 1893001101cc45be93a525a5f78d574b95673c53 (patch) | |
tree | 3c4a5480c3d5d3b9649bdb8d3644d5cfd48ecdb5 | |
parent | 645f81fbb554e861d54d4bdb0793480d24b3d201 (diff) | |
download | ports-1893001101cc45be93a525a5f78d574b95673c53.tar.gz ports-1893001101cc45be93a525a5f78d574b95673c53.zip |
Notes
-rw-r--r-- | sysutils/htop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index e1356b518aad..ce5c9a47d66c 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -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 |