diff options
Diffstat (limited to 'graphics/claraocr/Makefile')
-rw-r--r-- | graphics/claraocr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index d4a3a133d330..da19af439ad0 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -7,7 +7,7 @@ PORTNAME= claraocr PORTVERSION= 0.9.9 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics accessibility MASTER_SITES= ${MASTER_SITE_NETBSD} DISTNAME= clara-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Optical character recognition (OCR) utility RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm -USE_XLIB= yes +USE_XORG= x11 USE_PERL5= yes MAKE_ENV= MKDIR="${MKDIR}" |