Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 16:15:42 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332864 - head/sysutils/lsof
Message-ID:  <201311051615.rA5GFg81037129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051615.rA5GFg81037129>