diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /textproc/source-highlight | |
parent | eeb17e1ca98491961c26e52c69d27894af6a85aa (diff) | |
download | ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip |
Notes
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index b5d46f9bc323..6f5cbd72b374 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -13,7 +13,8 @@ COMMENT= C/C++ and Java sources to HTML converter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= Does not compile with GCC 4.2 +BROKEN_powerpc64= fails to configure: checking for exit in -lboost_regex... (cached) no +BROKEN_sparc64= fails to compile with GCC 4.2 BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs |