svn commit: r367673 - head/math/levmar

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:59:30 UTC 2014


Author: antoine
Date: Mon Sep  8 18:59:29 2014
New Revision: 367673
URL: http://svnweb.freebsd.org/changeset/ports/367673
QAT: https://qat.redports.org/buildarchive/r367673/

Log:
  Allow staging as a regular user

Modified:
  head/math/levmar/Makefile

Modified: head/math/levmar/Makefile
==============================================================================
--- head/math/levmar/Makefile	Mon Sep  8 18:57:31 2014	(r367672)
+++ head/math/levmar/Makefile	Mon Sep  8 18:59:29 2014	(r367673)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_LDCONFIG=	yes
-USES=		fortran tar:tgz
+USES=		fortran tar:tgz uidfix
 
 OPTIONS_DEFINE=	DOCS EXAMPLES PROFILE
 PROFILE_DESC=	Build a profiling library


More information about the svn-ports-head mailing list