Date: Wed, 11 Jan 2017 14:14:55 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431183 - head/sysutils/htop Message-ID: <201701111414.v0BEEtaQ003724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701111414.v0BEEtaQ003724>