diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:28:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:28:30 +0000 |
commit | b6248e9ddef9653c3d75d2cca0ad7db4994dfaa8 (patch) | |
tree | 8c03142cfac448ce85cf28b6690f55d583dae026 /textproc/libcsv | |
parent | - Allow staging as a regular user (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367684
Diffstat (limited to 'textproc/libcsv')
-rw-r--r-- | textproc/libcsv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libcsv/Makefile b/textproc/libcsv/Makefile index 0e71f8fce534..39518580593e 100644 --- a/textproc/libcsv/Makefile +++ b/textproc/libcsv/Makefile @@ -14,6 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= PROFILE MAKEFILE= Makefile.lib +USES= uidfix USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |