From 1acdfd1d871c8d86c9c3a3a47d3c260cd5c82695 Mon Sep 17 00:00:00 2001 From: Johannes Jost Meixner Date: Thu, 13 Nov 2014 05:28:42 +0000 Subject: sysutils/htop: Restrict to Python 2.x - restrict htop to build with python 2.7 only. PR: 194446 Differential Revision: https://reviews.freebsd.org/D1151 Submitted by: Andrew Berg Approved by: maintainer timeout (2+ weeks) Approved by: koobs (mentor) --- sysutils/htop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3