diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /graphics/tesseract | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'graphics/tesseract')
-rw-r--r-- | graphics/tesseract/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index d306637095f7..cc590ff47cc4 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -24,9 +24,8 @@ WRKSRC= ${WRKDIR}/tesseract-ocr GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ENV= LIBLEPT_HEADERSDIR="${LOCALBASE}/include/leptonica" \ - LIBS="${PTHREAD_LIBS}" -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBLEPT_HEADERSDIR="${LOCALBASE}/include/leptonica" +LIBS+= -L${LOCALBASE}/lib DATADIR= ${PREFIX}/share/tessdata PORTDATA= * |