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 | |
parent | a4e91fe1607f6690272dfb2b367a818ebbb14738 (diff) | |
download | freebsd-ports-b6248e9ddef9653c3d75d2cca0ad7db4994dfaa8.zip |
Allow staging as a regular user
-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}" |