diff options
-rw-r--r-- | graphics/tesseract/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 9f18770620a..f88ab7b29b8 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/03/17 12:51:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.19 2016/03/30 11:38:59 fhajny Exp $ DISTNAME= tesseract-3.04.01 CATEGORIES= graphics @@ -19,6 +19,8 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pax GNU_CONFIGURE= yes +CONFIGURE_ENV+= LIBLEPT_HEADERSDIR=${BUILDLINK_PREFIX.leptonica}/include + INSTALL_TARGET= install training-install INSTALLATION_DIRS= libexec share/doc/tesseract share/tesseract |