diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /security/hpenc | |
parent | New port: sysutils/jdupes (diff) |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=439789
Diffstat (limited to 'security/hpenc')
-rw-r--r-- | security/hpenc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 99b65cd5db15..85231c138503 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast authenticated encryption CLI tool LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: fatal error: cpuid_flags.inc: No such file or directory NOT_FOR_ARCHS= aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture |