diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-03 12:46:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-03 12:46:18 +0000 |
commit | 6c6169d7a382b1bdb274f803d1c46dba275f4970 (patch) | |
tree | 1ee83b2fd0bd8cfc506ac5c917d45e52ce3a6da9 /graphics | |
parent | ff420fafa266a7c9aaeef4792daaf1e740d48ea8 (diff) | |
download | pkgsrc-6c6169d7a382b1bdb274f803d1c46dba275f4970.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tesseract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index f88ab7b29b8..312d5341827 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/03/30 11:38:59 fhajny Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/03 12:46:18 joerg Exp $ DISTNAME= tesseract-3.04.01 CATEGORIES= graphics @@ -16,7 +16,7 @@ SITES.tessdata-${LANGVER}.tar.gz= -${MASTER_SITES:Q}tessdata/archive/${LANGVER}. USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake pax +USE_TOOLS+= gmake pax pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBLEPT_HEADERSDIR=${BUILDLINK_PREFIX.leptonica}/include |