diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 22:03:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 22:03:04 +0000 |
commit | ab38b6577c62778998d28f22bc2c34cb5e490e4c (patch) | |
tree | d2c63ee81d989af5e647700838cef1df81434cbd /graphics/gocr/Makefile | |
parent | 47c942cd3589915e9b8a8b5989eb0fd99cd24021 (diff) | |
download | ports-ab38b6577c62778998d28f22bc2c34cb5e490e4c.tar.gz ports-ab38b6577c62778998d28f22bc2c34cb5e490e4c.zip |
Notes
Diffstat (limited to 'graphics/gocr/Makefile')
-rw-r--r-- | graphics/gocr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index b20059f7e9bb..a2e82aa5b30c 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gocr -PORTVERSION= 0.40 -PORTREVISION= 1 +PORTVERSION= 0.43 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jocr @@ -15,12 +14,11 @@ MASTER_SITE_SUBDIR= jocr MAINTAINER= kay_lehmann@web.de COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-netpbm=${LOCALBASE} +CONFIGURE_ARGS= --with-netpbm=${LOCALBASE} .if !defined(WITHOUT_X11) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 |