diff options
-rw-r--r-- | sysutils/htop/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index fde445f5acb5..46e8b3acfa50 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -12,10 +12,7 @@ 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 |