diff options
Diffstat (limited to 'graphics/leptonica/Makefile')
-rw-r--r-- | graphics/leptonica/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 205c27b0edda..5d2382e80976 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -7,6 +7,7 @@ PORTNAME= leptonlib PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -14,7 +15,7 @@ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= C library for efficient image processing and image analysis operations LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff PROJECTHOST= leptonica |