diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 13:55:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 13:55:17 +0800 |
commit | e1ed9d5b1cdde2d533038d106bc44947116ad68e (patch) | |
tree | 091112aa72274375ca573520ce5e99f32b2c8aff /security/p5-Digest-GOST | |
parent | 3d4bdad9f1e40efb65d8a142943cdb87ca6446bc (diff) | |
download | freebsd-ports-gnome-e1ed9d5b1cdde2d533038d106bc44947116ad68e.tar.gz freebsd-ports-gnome-e1ed9d5b1cdde2d533038d106bc44947116ad68e.tar.zst freebsd-ports-gnome-e1ed9d5b1cdde2d533038d106bc44947116ad68e.zip |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/p5-Digest-GOST')
-rw-r--r-- | security/p5-Digest-GOST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Digest-GOST/Makefile b/security/p5-Digest-GOST/Makefile index 92cc0a5a83f5..d2ba55c0a99c 100644 --- a/security/p5-Digest-GOST/Makefile +++ b/security/p5-Digest-GOST/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NOT_FOR_ARCHS= aarch64 armv6 mips64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips64 NOT_FOR_ARCHS_REASON= fails to build: Cannot detect CPU architechture USES= perl5 |