diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 22:14:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-11 22:14:01 +0000 |
commit | b7baa8db3ba53ff9facc5e25b309a7c81e8a0d15 (patch) | |
tree | 655669a4b6500b700b26415b0a9b009e405da849 /math/lrng | |
parent | 160dde5169808fae78bb55f6ebfc9f5c7c29cfd6 (diff) |
Notes
Diffstat (limited to 'math/lrng')
-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> |