svn commit: r332864 - head/sysutils/lsof

Christian Weisgerber naddy at FreeBSD.org
Tue Nov 5 16:15:42 UTC 2013


Author: naddy
Date: Tue Nov  5 16:15:41 2013
New Revision: 332864
URL: http://svnweb.freebsd.org/changeset/ports/332864

Log:
  requires NEED_ROOT

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Tue Nov  5 16:14:47 2013	(r332863)
+++ head/sysutils/lsof/Makefile	Tue Nov  5 16:15:41 2013	(r332864)
@@ -39,6 +39,7 @@ HAS_CONFIGURE=	yes
 
 USES=		shebangfix
 SHEBANG_FILES=	scripts/sort_res.perl5
+NEED_ROOT=	yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list