diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-27 13:26:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-27 13:26:32 +0800 |
commit | a4d5385fb04e17f0f0077e2136c92ba7a5f80ecb (patch) | |
tree | 40abcfba102dbf095338e997f5feb976e6548a2a /science | |
parent | 010acb19b66a08f5ab398db7423c7f3cbed9be97 (diff) | |
download | freebsd-ports-gnome-a4d5385fb04e17f0f0077e2136c92ba7a5f80ecb.tar.gz freebsd-ports-gnome-a4d5385fb04e17f0f0077e2136c92ba7a5f80ecb.tar.zst freebsd-ports-gnome-a4d5385fb04e17f0f0077e2136c92ba7a5f80ecb.zip |
Mark BROKEN: wrong LIB_DEPENDS
Diffstat (limited to 'science')
-rw-r--r-- | science/dft_tools/Makefile | 2 | ||||
-rw-r--r-- | science/triqs/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/science/dft_tools/Makefile b/science/dft_tools/Makefile index 7e9f3b6f2b4e..69eee337cf27 100644 --- a/science/dft_tools/Makefile +++ b/science/dft_tools/Makefile @@ -10,6 +10,8 @@ COMMENT= Interface to DFT codes in TRIQS LICENSE= GPLv3 +BROKEN= wrong LIB_DEPENDS + BUILD_DEPENDS= boost-libs>=1.53:devel/boost-libs \ googletest>0:devel/googletest # not needed: https://github.com/TRIQS/dft_tools/issues/95 LIB_DEPENDS= libcpp2py.so:devel/cpp2py \ diff --git a/science/triqs/Makefile b/science/triqs/Makefile index f8d009f9ab2d..0f90d60fc6f9 100644 --- a/science/triqs/Makefile +++ b/science/triqs/Makefile @@ -11,6 +11,7 @@ COMMENT= Toolbox for Research on Interacting Quantum Systems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt +BROKEN= wrong LIB_DEPENDS BROKEN_FreeBSD_10= fatal error: 'optional' file not found BROKEN_i386= error: no matching function for call to 'max': https://github.com/TRIQS/triqs/issues/596 |