summaryrefslogtreecommitdiff
path: root/graphics/claraocr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/claraocr/Makefile')
-rw-r--r--graphics/claraocr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile
index 2cc9cd37ff8..1f1c8c6e2fb 100644
--- a/graphics/claraocr/Makefile
+++ b/graphics/claraocr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/01 18:02:54 jlam Exp $
#
DISTNAME= clara-0.9.9
@@ -15,7 +15,6 @@ COMMENT= Optical Character Recognition (OCR) program for books
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
-USE_X11= YES
REPLACE_PERL= clara.pl mkdoc.pl selthresh.pl
# install a example input file
@@ -23,4 +22,5 @@ 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"