diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-05 16:15:41 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-05 16:15:41 +0000 |
commit | 559a054b49c3f7d90ee250f93003d47435d0c836 (patch) | |
tree | 3e25138e025855c71b7c4a50d4c3049feb65f2f9 /sysutils/lsof | |
parent | dd58bbbd8bcdc1b1e67e3c6df1fddc4e15de27f1 (diff) | |
download | ports-559a054b49c3f7d90ee250f93003d47435d0c836.tar.gz ports-559a054b49c3f7d90ee250f93003d47435d0c836.zip |
requires NEED_ROOT
Notes
Notes:
svn path=/head/; revision=332864
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9951be5ab138..da00582a066b 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -39,6 +39,7 @@ HAS_CONFIGURE= yes USES= shebangfix SHEBANG_FILES= scripts/sort_res.perl5 +NEED_ROOT= yes .include <bsd.port.pre.mk> |