diff options
Diffstat (limited to 'graphics/corona/Makefile')
-rw-r--r-- | graphics/corona/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index 12940f5f471d..a5ec8980bb7b 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -6,7 +6,7 @@ PORTNAME= corona PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphics library that supports most image formats LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ + jpeg.11:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif USE_AUTOTOOLS= libtool:22 |