diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-22 09:03:58 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-22 09:03:58 +0000 |
| commit | 6d0763bebbdd9e6fec5ba31ec93fe2d63c960ddf (patch) | |
| tree | f44d77dd48f03d51df991e72172c433eb1afbfd0 | |
| parent | 4d9aad2f7115d3408fa42ec16a88785343a97261 (diff) | |
Notes
| -rw-r--r-- | biology/pbcopper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/pbcopper/Makefile b/biology/pbcopper/Makefile index 46b89534fb27..19ff05f03206 100644 --- a/biology/pbcopper/Makefile +++ b/biology/pbcopper/Makefile @@ -13,6 +13,8 @@ COMMENT= Core C++ library for Pacific Biosciences tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build + LIB_DEPENDS= libboost_regex.so:devel/boost-libs # Meson needs BOOST_ROOT=${LOCALBASE} |
