Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2018 20:29:18 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487770 - head/graphics/p5-Image-OCR-Tesseract
Message-ID:  <201812182029.wBIKTImF040715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Tue Dec 18 20:29:18 2018
New Revision: 487770
URL: https://svnweb.freebsd.org/changeset/ports/487770

Log:
  Fix variable MYDEPENDS which should be MY_DEPENDS
  
  Sorry

Modified:
  head/graphics/p5-Image-OCR-Tesseract/Makefile

Modified: head/graphics/p5-Image-OCR-Tesseract/Makefile
==============================================================================
--- head/graphics/p5-Image-OCR-Tesseract/Makefile	Tue Dec 18 20:18:05 2018	(r487769)
+++ head/graphics/p5-Image-OCR-Tesseract/Makefile	Tue Dec 18 20:29:18 2018	(r487770)
@@ -12,7 +12,7 @@ COMMENT=	Read an image with Resseract OCR and get outp
 
 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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812182029.wBIKTImF040715>