Index: head/sysutils/htop/Makefile =================================================================== --- head/sysutils/htop/Makefile (revision 569009) +++ head/sysutils/htop/Makefile (revision 569010) @@ -1,34 +1,34 @@ # Created by: Tony Shadwick # $FreeBSD$ PORTNAME= htop DISTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c11 libtool localbase ncurses pkgconfig \ python:build shebangfix USE_GITHUB= yes GH_ACCOUNT= htop-dev GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-unicode PLIST_FILES= bin/htop \ man/man1/htop.1.gz \ share/applications/htop.desktop \ share/icons/hicolor/scalable/apps/htop.svg \ share/pixmaps/htop.png -OPTIONS_DEFINE= LSOF -OPTIONS_DEFAULT= LSOF +OPTIONS_DEFINE= LSOF LSOF_RUN_DEPENDS= lsof:sysutils/lsof .include