svn commit: r367431 - head/sysutils/libchk

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:18:44 UTC 2014


Author: antoine
Date: Sat Sep  6 13:18:43 2014
New Revision: 367431
URL: http://svnweb.freebsd.org/changeset/ports/367431
QAT: https://qat.redports.org/buildarchive/r367431/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/libchk/Makefile

Modified: head/sysutils/libchk/Makefile
==============================================================================
--- head/sysutils/libchk/Makefile	Sat Sep  6 13:16:12 2014	(r367430)
+++ head/sysutils/libchk/Makefile	Sat Sep  6 13:18:43 2014	(r367431)
@@ -13,7 +13,7 @@ COMMENT=	Tool to check shared library li
 
 LICENSE=	BSD2CLAUSE
 
-USES=			tar:bzip2
+USES=			tar:bzip2 uidfix
 USE_RUBY=		yes
 USE_RUBY_FEATURES=	optparse
 


More information about the svn-ports-head mailing list