svn commit: r368099 - head/math/sfft

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 14:04:20 UTC 2014


Author: antoine
Date: Sat Sep 13 14:04:19 2014
New Revision: 368099
URL: http://svnweb.freebsd.org/changeset/ports/368099
QAT: https://qat.redports.org/buildarchive/r368099/

Log:
  Allow staging as a regular user

Modified:
  head/math/sfft/Makefile

Modified: head/math/sfft/Makefile
==============================================================================
--- head/math/sfft/Makefile	Sat Sep 13 13:56:20 2014	(r368098)
+++ head/math/sfft/Makefile	Sat Sep 13 14:04:19 2014	(r368099)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
 
-USES=		zip
+USES=		uidfix zip
 USE_GCC=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list