aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-OCR-Tesseract
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2018-12-18 20:29:18 +0000
committerDan Langille <dvl@FreeBSD.org>2018-12-18 20:29:18 +0000
commit35cb6b6a4e6e7f560108d81ae6e46b13f95df441 (patch)
tree7981662633fca50f6937e042f93b33e0bdfc2485 /graphics/p5-Image-OCR-Tesseract
parente3148578a580cd8ded72faaf0b68ca6356fc3c74 (diff)
downloadports-35cb6b6a4e6e7f560108d81ae6e46b13f95df441.tar.gz
ports-35cb6b6a4e6e7f560108d81ae6e46b13f95df441.zip
Fix variable MYDEPENDS which should be MY_DEPENDS
Sorry
Notes
Notes: svn path=/head/; revision=487770
Diffstat (limited to 'graphics/p5-Image-OCR-Tesseract')
-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}