aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/p5-Image-OCR-Tesseract/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Image-OCR-Tesseract/Makefile b/graphics/p5-Image-OCR-Tesseract/Makefile
index 679a78689aa9..3cad3d7402ee 100644
--- a/graphics/p5-Image-OCR-Tesseract/Makefile
+++ b/graphics/p5-Image-OCR-Tesseract/Makefile
@@ -12,7 +12,7 @@ COMMENT= Read an image with Resseract OCR and get output
LICENSE= GPLv3
-MYDEPENDS= tesseract>0:graphics/tesseract \
+MY_DEPENDS= tesseract>0:graphics/tesseract \
ImageMagick6-nox11>0:graphics/ImageMagick6-nox11
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}