diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-23 23:49:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-23 23:49:28 +0000 |
commit | 4fd1d648b9ca164ab5df7e22dae1b0d125c9b132 (patch) | |
tree | 210663e0343021d552dd67401719e2cf573112c2 | |
parent | 39fb7fab7b8a6f33ec63b5bb6f85782e39605889 (diff) | |
download | pkgsrc-4fd1d648b9ca164ab5df7e22dae1b0d125c9b132.tar.gz |
Convert to bl3.
-rw-r--r-- | graphics/claraocr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index 2a3813245c4..bbea4075490 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/22 00:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/23 23:49:28 wiz Exp $ # DISTNAME= clara-0.9.9 @@ -15,7 +15,7 @@ COMMENT= Optical Character Recognition (OCR) program for books DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl @@ -23,5 +23,5 @@ REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl post-install: ${INSTALL_DATA} ${WRKSRC}/imre.pbm ${PREFIX}/share/doc/clara -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |