diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-13 22:04:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-13 22:04:19 +0800 |
commit | e68bbc1754fcdd932ecf3a67d51d908826562b25 (patch) | |
tree | 0b98f524f44c6b92f4a297422b4ed9efd66c0708 /math | |
parent | 5ed29cacea91a87bfb79d45a4cb95dce40f61061 (diff) | |
download | freebsd-ports-gnome-e68bbc1754fcdd932ecf3a67d51d908826562b25.tar.gz freebsd-ports-gnome-e68bbc1754fcdd932ecf3a67d51d908826562b25.tar.zst freebsd-ports-gnome-e68bbc1754fcdd932ecf3a67d51d908826562b25.zip |
Allow staging as a regular user
Diffstat (limited to 'math')
-rw-r--r-- | math/sfft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 9fafea9d541d..df9eb3a4c64b 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 -USES= zip +USES= uidfix zip USE_GCC= yes USE_LDCONFIG= yes |