diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-20 11:10:04 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-20 11:10:04 +0000 |
commit | 7ca8216ae88c5e090c6c588671ee952e81d613e4 (patch) | |
tree | c71ac5275f7322767c7d0b16da86c22d8c2778e3 | |
parent | www/pacparser: Minor improvements (diff) |
devel/jetbrains-sqlite: enable on powerpc64le
-rw-r--r-- | devel/jetbrains-sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jetbrains-sqlite/Makefile b/devel/jetbrains-sqlite/Makefile index 0c71f7a3dc79..c01148079d1c 100644 --- a/devel/jetbrains-sqlite/Makefile +++ b/devel/jetbrains-sqlite/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/JetBrains/intellij-community/tree/master/platform/sqlit LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64le BUILD_DEPENDS= bash:shells/bash |