aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-09-23 12:39:56 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-09-23 12:39:56 +0000
commit5f838afd7d630c9e3f1c794fd84e62a578c47fe4 (patch)
tree36bdc52629cbcd2a7b94471e72221f3dd32e0c52 /graphics
parentef26d7a806b40fc5d738bde3a60a28a4c5b4af27 (diff)
downloadports-5f838afd7d630c9e3f1c794fd84e62a578c47fe4.tar.gz
ports-5f838afd7d630c9e3f1c794fd84e62a578c47fe4.zip
graphics/tesseract: Add graphics/tesseract-data as RUN_DEPENDS
PR: 221428 Approved by: Piotr Kubaj (maintainer)
Notes
Notes: svn path=/head/; revision=450432
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tesseract/Makefile1
-rw-r--r--graphics/tesseract/pkg-message2
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 4fa4851613fb..a2ac9da612ae 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -12,6 +12,7 @@ COMMENT= Commercial quality open source OCR engine
LICENSE= APACHE20
LIB_DEPENDS= liblept.so:graphics/leptonica
+RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data
USES= autoreconf localbase libtool pathfix pkgconfig
GNU_CONFIGURE= yes
diff --git a/graphics/tesseract/pkg-message b/graphics/tesseract/pkg-message
deleted file mode 100644
index a0a4d68e2846..000000000000
--- a/graphics/tesseract/pkg-message
+++ /dev/null
@@ -1,2 +0,0 @@
-Trained language data are available in the
-graphics/tesseract-data port.