diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 23:58:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 23:58:13 +0800 |
commit | bbc9158248393a18edc486ab2b0b9a602b222907 (patch) | |
tree | 3c4a5480c3d5d3b9649bdb8d3644d5cfd48ecdb5 /sysutils | |
parent | 0eb02d7abeac77084aa156e095f45398c7de9164 (diff) | |
download | freebsd-ports-gnome-bbc9158248393a18edc486ab2b0b9a602b222907.tar.gz freebsd-ports-gnome-bbc9158248393a18edc486ab2b0b9a602b222907.tar.zst freebsd-ports-gnome-bbc9158248393a18edc486ab2b0b9a602b222907.zip |
Convert to USES=autoreconf
Diffstat (limited to 'sysutils')
-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 |