svn commit: r372509 - head/sysutils/htop

Johannes Jost Meixner xmj at FreeBSD.org
Thu Nov 13 05:28:43 UTC 2014


Author: xmj
Date: Thu Nov 13 05:28:42 2014
New Revision: 372509
URL: https://svnweb.freebsd.org/changeset/ports/372509
QAT: https://qat.redports.org/buildarchive/r372509/

Log:
  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 at my.hennepintech.edu>
  Approved by: maintainer timeout (2+ weeks)
  Approved by: koobs (mentor)

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Thu Nov 13 02:19:55 2014	(r372508)
+++ head/sysutils/htop/Makefile	Thu Nov 13 05:28:42 2014	(r372509)
@@ -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}
 


More information about the svn-ports-head mailing list