diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-12 00:29:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-12 00:29:47 +0800 |
commit | a8c8177d4563b957d8483d7e4cbac4b5a453a864 (patch) | |
tree | c48d7e66262d79e9ecba51fb0c1606db491590d5 /databases/virtuoso | |
parent | 83684c013aa2b61fdcea637b581236804fb71771 (diff) | |
download | freebsd-ports-gnome-a8c8177d4563b957d8483d7e4cbac4b5a453a864.tar.gz freebsd-ports-gnome-a8c8177d4563b957d8483d7e4cbac4b5a453a864.tar.zst freebsd-ports-gnome-a8c8177d4563b957d8483d7e4cbac4b5a453a864.zip |
- List more 32bit platforms in NOT_FOR_ARCHS
Suggested by: imp
Approved by: portmgr blanket
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 |