diff options
Diffstat (limited to 'textproc/opensearch/Makefile')
-rw-r--r-- | textproc/opensearch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile index 1713a5a82e9f..342f42735419 100644 --- a/textproc/opensearch/Makefile +++ b/textproc/opensearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= opensearch DISTVERSION= 3.2.0 DISTVERSIONSUFFIX= -linux-${OPENSEARCH_ARCH} +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ @@ -10,6 +11,8 @@ WWW= https://opensearch.org LICENSE= APACHE20 +ONLY_FOR_ARCHS= aarch64 amd64 + BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= bash>0:shells/bash \ jna>0:devel/jna |