diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-11 17:03:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-11 17:03:52 +0000 |
commit | e19c44cecfa26f1ba41d35eef979634900e24d54 (patch) | |
tree | be44c93d7043b0ccdd7259da0f510961807cf9d2 /textproc | |
parent | 68cfee0d22b1904ea972bed10c9ad335d6f77399 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ffe/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-cld3/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index b2139e1ddb7f..23248e890e72 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -13,8 +13,6 @@ COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" - USES= makeinfo localbase GNU_CONFIGURE= yes diff --git a/textproc/rubygem-cld3/Makefile b/textproc/rubygem-cld3/Makefile index f41d7d0f2cf9..53ec0476de3a 100644 --- a/textproc/rubygem-cld3/Makefile +++ b/textproc/rubygem-cld3/Makefile @@ -11,13 +11,11 @@ COMMENT= Compact Language Detection for Ruby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension - RUN_DEPENDS= protobuf>0:devel/protobuf \ rubygem-ffi>0:devel/rubygem-ffi -USE_RUBY= yes USES= gem pkgconfig +USE_RUBY= yes ## do-install here to prevent removal of ext do-install: |