diff options
-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" |