diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-11 14:14:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-11 14:14:54 +0000 |
commit | c54c046c947fd4c19436981d45e46062b1de18c5 (patch) | |
tree | b8858eef32e886139324dcf826ebe5e29ecf094f /sysutils | |
parent | b205a8d7af5eca840bb5afab5858060882bf8141 (diff) | |
download | ports-c54c046c947fd4c19436981d45e46062b1de18c5.tar.gz ports-c54c046c947fd4c19436981d45e46062b1de18c5.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 5d59ca72db6d..d6d708fd7485 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -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 \ |