diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
commit | 87a7b35e945e862f9776dd576475d8dec4da8d7d (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /textproc | |
parent | 276c66db71cbcfd5b51eaa21684100bb94103395 (diff) | |
download | freebsd-ports-graphics-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.gz freebsd-ports-graphics-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.zst freebsd-ports-graphics-87a7b35e945e862f9776dd576475d8dec4da8d7d.zip |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-ferret/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile index 780de40251c..3e239026804 100644 --- a/textproc/rubygem-ferret/Makefile +++ b/textproc/rubygem-ferret/Makefile @@ -11,7 +11,7 @@ COMMENT= Ferret is a ruby port of Lucene LICENSE= MIT -BROKEN_arm64= Fails to build: cannot determine target CPU +BROKEN_aarch64= Fails to build: cannot determine target CPU USE_RUBY= yes USES= gem diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index fadd91c71dd..95245494452 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Input method library -BROKEN_arm64= Fails to build: The collector has not been ported to this machine/OS combination +BROKEN_aarch64= Fails to build: The collector has not been ported to this machine/OS combination USE_LDCONFIG= yes WANT_GNOME= yes |