diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 05:01:27 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 05:01:27 +0800 |
commit | 70a37ae77b57712099b7b6abb6515bca827c5550 (patch) | |
tree | 901d842a4fe136cbd55caa5d64736a428655cd63 /science | |
parent | 631a183e43d13f420677467847d02a16091d089e (diff) | |
download | freebsd-ports-gnome-70a37ae77b57712099b7b6abb6515bca827c5550.tar.gz freebsd-ports-gnome-70a37ae77b57712099b7b6abb6515bca827c5550.tar.zst freebsd-ports-gnome-70a37ae77b57712099b7b6abb6515bca827c5550.zip |
Mark BROKEN: missing LIB_DEPENDS
===> elk-chemistry-6.8.4 depends on shared library: libwannier.so - not found
Reported by: pkg-fallout
Diffstat (limited to 'science')
-rw-r--r-- | science/elk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/elk/Makefile b/science/elk/Makefile index ba1f236999e7..a36637833802 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -13,6 +13,8 @@ COMMENT= All-electron full-potential linearised augmented-planewave code LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= missing LIB_DEPENDS + LIB_DEPENDS= libblis.so:math/blis \ libopenblas.so:math/openblas \ libwannier.so:science/wannier90 |