aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-03-18 22:34:41 +0800
committerbf <bf@FreeBSD.org>2011-03-18 22:34:41 +0800
commitf5505c67591b980b1d9d2ea79b35e8248df1ad40 (patch)
treeb30421f89b5789a514e9f07bcde889cec82d8849 /graphics
parent65cbb5400e63ef784caea2d35b0082ed5ebdd6c2 (diff)
downloadfreebsd-ports-gnome-f5505c67591b980b1d9d2ea79b35e8248df1ad40.tar.gz
freebsd-ports-gnome-f5505c67591b980b1d9d2ea79b35e8248df1ad40.tar.zst
freebsd-ports-gnome-f5505c67591b980b1d9d2ea79b35e8248df1ad40.zip
Don't fetch the trained English language
data if NOPORTDATA is set.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tesseract/Makefile2
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