diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-11 16:29:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-11 16:29:47 +0000 |
commit | 628427f4316c9c601cbb668eec0164e4d1b29f14 (patch) | |
tree | c48d7e66262d79e9ecba51fb0c1606db491590d5 /databases/virtuoso | |
parent | 4f8f9e7b0716f42301fc5003784960978e3503dc (diff) |
Notes
Diffstat (limited to 'databases/virtuoso')
-rw-r--r-- | databases/virtuoso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index b16507286e2e..20c711c40661 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -25,7 +25,7 @@ USES= gmake libtool readline uidfix USE_AUTOTOOLS= autoheader aclocal USE_OPENSSL= yes -NOT_FOR_ARCHS= i386 mips armv6 +NOT_FOR_ARCHS= arm armv6 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms GNU_CONFIGURE= yes |