diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 03:28:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 03:28:30 +0800 |
commit | 52695da1d928df28da29c06988fa35038c1ef576 (patch) | |
tree | 8c03142cfac448ce85cf28b6690f55d583dae026 | |
parent | 27230edb2a52ae00fc365871efa05febc1acbcf1 (diff) | |
download | freebsd-ports-gnome-52695da1d928df28da29c06988fa35038c1ef576.tar.gz freebsd-ports-gnome-52695da1d928df28da29c06988fa35038c1ef576.tar.zst freebsd-ports-gnome-52695da1d928df28da29c06988fa35038c1ef576.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}" |