diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-21 15:02:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-21 15:02:49 +0000 |
commit | ab83f9f5ce81c7e6156a57428c736d817717b710 (patch) | |
tree | e32a990d273d64a3ce9cf3e9bdc14e6d11479c73 /graphics/ocropus | |
parent | 8a7378e659e1758009208e41617d3725c4624828 (diff) |
- Fix dependency on jpeg and bump PORTREVISION for remaining ports which were not yet updated
Notes
Notes:
svn path=/head/; revision=238175
Diffstat (limited to 'graphics/ocropus')
-rw-r--r-- | graphics/ocropus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index abc227ea53f8..d6499832c369 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +15,7 @@ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= The OCRopus(tm) open source document analysis and OCR system LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ iulib.0:${PORTSDIR}/graphics/iulib \ gsl.13:${PORTSDIR}/math/gsl |