diff options
-rw-r--r-- | sysutils/htop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 67d88c5e8627..e1356b518aad 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -21,7 +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:build +USES= ncurses libtool execinfo python:2,build USE_AUTOTOOLS= autoconf aclocal automake ACLOCAL_ARGS= -I ${ACLOCAL_DIR} |