diff options
-rw-r--r-- | graphics/autopano-sift-c/Makefile | 3 | ||||
-rw-r--r-- | graphics/ocropus/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index b9c8d50393f3..18b3262fc968 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -7,6 +7,7 @@ PORTNAME= autopano-sift-C PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/hugin @@ -14,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Automatic panorama control point generation tool, C port LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ pano13:${PORTSDIR}/graphics/libpano13 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 |