git: 5001a29cb85d - main - science/dftbplus: fix BROKEN message
Piotr Kubaj
pkubaj at FreeBSD.org
Tue May 25 11:05:09 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5001a29cb85d3a178109b7bebe931521f1db8ea6
commit 5001a29cb85d3a178109b7bebe931521f1db8ea6
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-25 11:06:44 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-25 11:06:44 +0000
science/dftbplus: fix BROKEN message
---
science/dftbplus/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/dftbplus/Makefile b/science/dftbplus/Makefile
index d887bdddf0cb..f5f85d27dd42 100644
--- a/science/dftbplus/Makefile
+++ b/science/dftbplus/Makefile
@@ -9,7 +9,7 @@ COMMENT= DFTB+: Package for performing fast atomistic simulations
LICENSE= GPLv3 # main code is under LGPL3+, the bundled dftd3-lib is under GPLv1+, this makes the result GPLv3 (based on https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility)
.for arch in aarch64 powerpc powerpc64 powerpc64le
-BROKEN_${arch}= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+BROKEN_${arch}= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug\#255890
.endfor
LIB_DEPENDS= libblas.so:math/blas \
More information about the dev-commits-ports-all
mailing list