Index: head/sysutils/htop/Makefile =================================================================== --- head/sysutils/htop/Makefile (revision 528061) +++ head/sysutils/htop/Makefile (revision 528062) @@ -1,35 +1,32 @@ # Created by: Tony Shadwick # $FreeBSD$ PORTNAME= htop DISTVERSION= 2.2.0 PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -USES= autoreconf libtool localbase ncurses pkgconfig python:2.7,build shebangfix +USES= autoreconf libtool localbase ncurses pkgconfig python:build shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-unicode USE_GITHUB= yes GH_ACCOUNT= hishamhm SHEBANG_FILES= scripts/MakeHeader.py PLIST_FILES= bin/htop \ man/man1/htop.1.gz \ share/applications/htop.desktop \ share/pixmaps/htop.png OPTIONS_DEFINE= LSOF OPTIONS_DEFAULT= LSOF LSOF_RUN_DEPENDS= lsof:sysutils/lsof .include