aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-03-02 07:46:17 +0800
committerfeld <feld@FreeBSD.org>2018-03-02 07:46:17 +0800
commit3b2994648748f3c8c5b27f5b0062d140a3d905fb (patch)
treec5945f8a3e95d7284449e4f4eb0784b5127a5c8c /textproc
parentb9e25fb314010b522152ba161861e1f44af09eef (diff)
downloadfreebsd-ports-gnome-3b2994648748f3c8c5b27f5b0062d140a3d905fb.tar.gz
freebsd-ports-gnome-3b2994648748f3c8c5b27f5b0062d140a3d905fb.tar.zst
freebsd-ports-gnome-3b2994648748f3c8c5b27f5b0062d140a3d905fb.zip
textproc/elasticsearch5: Fix build
devel/jca needs to be a BUILD_DEPEND or install fails to find the path for creating the symlink. Poudriere seemed to not notice as it had already installed devel/jca. PR: 222261
Diffstat (limited to 'textproc')
-rw-r--r--textproc/elasticsearch5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/elasticsearch5/Makefile b/textproc/elasticsearch5/Makefile
index 9da9ac1eed3e..947934a0d69f 100644
--- a/textproc/elasticsearch5/Makefile
+++ b/textproc/elasticsearch5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elasticsearch
PORTVERSION= 5.6.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
@@ -14,6 +14,7 @@ COMMENT= Full-text search engine for Java
LICENSE= APACHE20
+BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= bash>0:shells/bash \
jna>0:devel/jna