summaryrefslogtreecommitdiff
path: root/graphics/claraocr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
committerjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
commit83147ffa6886cc46382e68a213e4e42ae33953e8 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /graphics/claraocr
parent30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff)
downloadpkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.tar.gz
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'graphics/claraocr')
-rw-r--r--graphics/claraocr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile
index 1f1c8c6e2fb..c6dcf486cf6 100644
--- a/graphics/claraocr/Makefile
+++ b/graphics/claraocr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/01 18:02:54 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/07/16 19:10:39 jlam Exp $
#
DISTNAME= clara-0.9.9
@@ -15,12 +15,12 @@ COMMENT= Optical Character Recognition (OCR) program for books
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
-REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
+USE_TOOLS+= perl:run
+REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
# install a example input file
post-install:
${INSTALL_DATA} ${WRKSRC}/imre.pbm ${PREFIX}/share/doc/clara
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"