diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 20:08:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 20:08:18 +0000 |
commit | 48aa92f9f5c5b0c1be681857b0a9f5b4a3053d00 (patch) | |
tree | f87cfb06462f00125be50166d88a83999d36ca1e /editors/vim | |
parent | www/p5-Mojolicious: Update to 8.60 (diff) |
Set OPTIONS_EXCLUDE_powerpc64le the same way as for powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 044ec13483ae..8f7230f7e85b 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -72,6 +72,7 @@ SCHEME_DESC= MzScheme (Racket) bindings # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute OPTIONS_EXCLUDE_powerpc64= RUBY +OPTIONS_EXCLUDE_powerpc64le= RUBY # GENERAL OPTIONS CSCOPE_CONFIGURE_ENABLE=cscope |