diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
commit | c52a715800ff83f6a958709fb689f16631b4ef8a (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /sysutils/passwordsafe | |
parent | 13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff) | |
download | ports-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.gz ports-c52a715800ff83f6a958709fb689f16631b4ef8a.zip |
Notes
Diffstat (limited to 'sysutils/passwordsafe')
-rw-r--r-- | sysutils/passwordsafe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index 45e5d4cda78d..8296df60ec5c 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -13,6 +13,9 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libxerces-c-3.1.so:textproc/xerces-c3 BUILD_DEPENDS= zip:archivers/zip +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h + CONFLICTS= pwsafe-[0-9]* USES= gmake |