svn commit: r367862 - head/math/eispack

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 15:29:05 UTC 2014


Author: antoine
Date: Wed Sep 10 15:29:04 2014
New Revision: 367862
URL: http://svnweb.freebsd.org/changeset/ports/367862
QAT: https://qat.redports.org/buildarchive/r367862/

Log:
  Allow staging as a regular user

Modified:
  head/math/eispack/Makefile

Modified: head/math/eispack/Makefile
==============================================================================
--- head/math/eispack/Makefile	Wed Sep 10 15:26:01 2014	(r367861)
+++ head/math/eispack/Makefile	Wed Sep 10 15:29:04 2014	(r367862)
@@ -15,7 +15,7 @@ COMMENT=	Eigenvalue system package
 DIST_SUBDIR=	${PORTNAME}
 NO_WRKSUBDIR=	yes
 
-USES=		fortran
+USES=		fortran uidfix
 USE_LDCONFIG=	yes
 
 SHLIB_MAJOR=	2


More information about the svn-ports-head mailing list