From 35cb6b6a4e6e7f560108d81ae6e46b13f95df441 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 18 Dec 2018 20:29:18 +0000 Subject: Fix variable MYDEPENDS which should be MY_DEPENDS Sorry --- graphics/p5-Image-OCR-Tesseract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') 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} -- cgit v1.2.3