diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-13 20:28:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-13 20:28:04 +0800 |
commit | a7d1958b9f637d11d759151c7e1ef1b646a8fea4 (patch) | |
tree | af5def497ff230a5d5b9fa3217c2256834a14e12 /devel | |
parent | 50d4e963b3279d23dabedaf08652dc31f2af8d88 (diff) | |
download | freebsd-ports-gnome-a7d1958b9f637d11d759151c7e1ef1b646a8fea4.tar.gz freebsd-ports-gnome-a7d1958b9f637d11d759151c7e1ef1b646a8fea4.tar.zst freebsd-ports-gnome-a7d1958b9f637d11d759151c7e1ef1b646a8fea4.zip |
Allow staging as a regular user
Diffstat (limited to 'devel')
-rw-r--r-- | devel/st/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile index c7939bac939d..e2f7a7e36b2a 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}ate-threads/${PORTNAME}ate-threads/${PORTVERSION} MAINTAINER= lippe@FreeBSD.org COMMENT= State Threads Library for Internet Applications +USES= uidfix USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 alpha amd64 |