diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:31:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:31:42 +0000 |
commit | 41cd82be8550a9a941a8bf52830eea5c47837622 (patch) | |
tree | 3378cb4301e96376c13772274b6fbe973b79e9f1 /security/hpenc | |
parent | 7b2009dcff39ffb4ccfd51d59d71a3fc0f143d97 (diff) |
Notes
Diffstat (limited to 'security/hpenc')
-rw-r--r-- | security/hpenc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index a48ec8048985..d92d30314680 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -12,6 +12,8 @@ COMMENT= Fast authenticated encryption CLI tool LICENSE= BSD2CLAUSE BROKEN_FreeBSD_9= does not build +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture USES= tar:xz compiler:c++11-lib gmake USE_OPENSSL= yes |