diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-18 14:34:41 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-18 14:34:41 +0000 |
commit | 9b64c12e6f649f1adf0aa2f790011a5ae368d2e6 (patch) | |
tree | 880a37a161a945952842da1ff730372108b654af /graphics/tesseract | |
parent | 316b117afd9ad4f11458224974e525e287a582e4 (diff) | |
download | ports-9b64c12e6f649f1adf0aa2f790011a5ae368d2e6.tar.gz ports-9b64c12e6f649f1adf0aa2f790011a5ae368d2e6.zip |
Notes
Diffstat (limited to 'graphics/tesseract')
-rw-r--r-- | graphics/tesseract/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 90fb20fe2d4b..29f6f17f289b 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -10,8 +10,10 @@ PORTVERSION= 3.00 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +.if !defined(NOPORTDATA) || make(makesum) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} eng.traineddata.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +.endif MAINTAINER= bf@FreeBSD.org COMMENT= Commercial quality open source OCR engine |