svn commit: r431183 - head/sysutils/htop

Adam Weinberger adamw at FreeBSD.org
Wed Jan 11 14:14:56 UTC 2017


Author: adamw
Date: Wed Jan 11 14:14:54 2017
New Revision: 431183
URL: https://svnweb.freebsd.org/changeset/ports/431183

Log:
  Python is never actually used in the build here, so remove the dependency
  and the associated shebangfix.
  
  PR:		215959
  Approved by:	maintainer (Hung-Yi Chen)

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Wed Jan 11 14:08:55 2017	(r431182)
+++ head/sysutils/htop/Makefile	Wed Jan 11 14:14:54 2017	(r431183)
@@ -17,9 +17,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lexecinfo
 
 CONFIGURE_ARGS=	--enable-unicode
-USES=		autoreconf execinfo libtool ncurses python:2,build shebangfix
-SHEBANG_LANG=	python2
-SHEBANG_FILES=	scripts/MakeHeader.py
+USES=		autoreconf execinfo libtool ncurses
 USE_GITHUB=	yes
 GH_ACCOUNT=	hishamhm
 PLIST_FILES=	bin/htop \


More information about the svn-ports-all mailing list