summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2014-11-13 05:28:42 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2014-11-13 05:28:42 +0000
commit1acdfd1d871c8d86c9c3a3a47d3c260cd5c82695 (patch)
tree447e422b5593bcaf7095deec5a2d7b44d71fe3a0
parentadd the tcpcrypt port... This provides an implementation of the (diff)
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 <aberg010@my.hennepintech.edu> Approved by: maintainer timeout (2+ weeks) Approved by: koobs (mentor)
Notes
Notes: svn path=/head/; revision=372509
-rw-r--r--sysutils/htop/Makefile2
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}