diff options
Diffstat (limited to 'sysutils/passwordsafe/Makefile')
-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 |