From 709a8d7ebac286643f52ead3ff438b0875c7e547 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 13 Sep 2014 14:04:19 +0000 Subject: [PATCH] Allow staging as a regular user --- math/sfft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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