svn commit: r559874 - head/science/elk

Antoine Brodin antoine at FreeBSD.org
Fri Jan 1 21:01:27 UTC 2021


Author: antoine
Date: Fri Jan  1 21:01:27 2021
New Revision: 559874
URL: https://svnweb.freebsd.org/changeset/ports/559874

Log:
  Mark BROKEN: missing LIB_DEPENDS
  
  ===>   elk-chemistry-6.8.4 depends on shared library: libwannier.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/science/elk/Makefile

Modified: head/science/elk/Makefile
==============================================================================
--- head/science/elk/Makefile	Fri Jan  1 21:01:03 2021	(r559873)
+++ head/science/elk/Makefile	Fri Jan  1 21:01:27 2021	(r559874)
@@ -13,6 +13,8 @@ COMMENT=	All-electron full-potential linearised augmen
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		missing LIB_DEPENDS
+
 LIB_DEPENDS=	libblis.so:math/blis \
 		libopenblas.so:math/openblas \
 		libwannier.so:science/wannier90


More information about the svn-ports-all mailing list