diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-12 06:14:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-12 06:14:01 +0800 |
commit | afb7db2d936c0d52e44f933f7f71f2810f71f4da (patch) | |
tree | 655669a4b6500b700b26415b0a9b009e405da849 /math | |
parent | ac65f62338d0d9b869a02d5774009a49c1cd7293 (diff) | |
download | freebsd-ports-gnome-afb7db2d936c0d52e44f933f7f71f2810f71f4da.tar.gz freebsd-ports-gnome-afb7db2d936c0d52e44f933f7f71f2810f71f4da.tar.zst freebsd-ports-gnome-afb7db2d936c0d52e44f933f7f71f2810f71f4da.zip |
Allow staging as a regular user
Diffstat (limited to 'math')
-rw-r--r-- | math/lrng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/lrng/Makefile b/math/lrng/Makefile index 759cbd5a0a9e..efb6b81642dc 100644 --- a/math/lrng/Makefile +++ b/math/lrng/Makefile @@ -35,6 +35,7 @@ SHLIB_MAJOR= 0 SRCCONF= /dev/null SRCS= ${DISTFILES:M*.c\:1:Nex1.c\:1:S|:1$||} USE_LDCONFIG= yes +USES= uidfix .include <bsd.port.options.mk> |