svn commit: r367684 - head/textproc/libcsv

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:28:31 UTC 2014


Author: antoine
Date: Mon Sep  8 19:28:30 2014
New Revision: 367684
URL: http://svnweb.freebsd.org/changeset/ports/367684
QAT: https://qat.redports.org/buildarchive/r367684/

Log:
  Allow staging as a regular user

Modified:
  head/textproc/libcsv/Makefile

Modified: head/textproc/libcsv/Makefile
==============================================================================
--- head/textproc/libcsv/Makefile	Mon Sep  8 19:26:54 2014	(r367683)
+++ head/textproc/libcsv/Makefile	Mon Sep  8 19:28:30 2014	(r367684)
@@ -14,6 +14,7 @@ LICENSE=	LGPL21
 OPTIONS_DEFINE=	PROFILE
 
 MAKEFILE=	Makefile.lib
+USES=		uidfix
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"


More information about the svn-ports-head mailing list