pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tesseract tesseract: build depends on asciidoc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aa8b8ca97ff
branches:  trunk
changeset: 325944:4aa8b8ca97ff
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 28 12:04:20 2018 +0000

description:
tesseract: build depends on asciidoc

diffstat:

 graphics/tesseract/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a77a3f96d542 -r 4aa8b8ca97ff graphics/tesseract/Makefile
--- a/graphics/tesseract/Makefile       Wed Nov 28 12:00:16 2018 +0000
+++ b/graphics/tesseract/Makefile       Wed Nov 28 12:04:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2018/11/18 18:07:20 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/11/28 12:04:20 adam Exp $
 
 DISTNAME=      tesseract-4.0.0
 PKGREVISION=   3
@@ -15,6 +15,8 @@
 DISTFILES+=    tessdata-${LANGVER}${EXTRACT_SUFX}
 SITES.tessdata-${LANGVER}.tar.gz=      -${MASTER_SITES:Q}tessdata/archive/${LANGVER}.tar.gz
 
+BUILD_DEPENDS+=                asciidoc-[0-9]*:../../textproc/asciidoc
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf automake bash gmake pax pkg-config



Home | Main Index | Thread Index | Old Index