diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-26 05:31:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-26 05:31:42 +0800 |
commit | 7f853d2e8331129e25cabaaae92ca02c3086b9e9 (patch) | |
tree | 3378cb4301e96376c13772274b6fbe973b79e9f1 /security | |
parent | 44379b3b87c9bd7de07a15658496959eff29529c (diff) | |
download | freebsd-ports-gnome-7f853d2e8331129e25cabaaae92ca02c3086b9e9.tar.gz freebsd-ports-gnome-7f853d2e8331129e25cabaaae92ca02c3086b9e9.tar.zst freebsd-ports-gnome-7f853d2e8331129e25cabaaae92ca02c3086b9e9.zip |
Mark as broken on sparc64: not yet ported to this architecture.
Approved by: portmgr (sparc64 blanket)
Diffstat (limited to 'security')
-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 |