svn commit: r367667 - head/devel/libhash

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:39:16 UTC 2014


Author: antoine
Date: Mon Sep  8 18:39:15 2014
New Revision: 367667
URL: http://svnweb.freebsd.org/changeset/ports/367667
QAT: https://qat.redports.org/buildarchive/r367667/

Log:
  Allow staging as a regular user

Modified:
  head/devel/libhash/Makefile

Modified: head/devel/libhash/Makefile
==============================================================================
--- head/devel/libhash/Makefile	Mon Sep  8 18:36:26 2014	(r367666)
+++ head/devel/libhash/Makefile	Mon Sep  8 18:39:15 2014	(r367667)
@@ -11,6 +11,7 @@ COMMENT=	Library for manipulating hash t
 
 WRKSRC=		${WRKDIR}/libhash
 
+USES=		uidfix
 USE_LDCONFIG=	yes
 
 .if defined(NO_PROFILE)


More information about the svn-ports-head mailing list