diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
commit | 836c2938d13dd8f3de8529a539c0e99b8b132537 (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /editors/pdfedit | |
parent | c4645f731a53ba79207bee6555d94df477deb0fc (diff) | |
download | freebsd-ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors/pdfedit')
-rw-r--r-- | editors/pdfedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index f519edfda018..18265cc60783 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -12,6 +12,9 @@ COMMENT= PDF document manipulating library LICENSE= GPLv2 +BROKEN_powerpc64= fails to configure: error: Could not link against boost_program_options +BROKEN_sparc64= fails to configure: error: Could not link against boost_program_options + LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ @@ -34,8 +37,6 @@ PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS -BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options - post-extract: ${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC} |