diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
commit | ca9c60461cb276ee2afe18260afc8dec97c1b6f8 (patch) | |
tree | 723ef4dd1e7ab15998168c724ba862742907ca7a /graphics/corona | |
parent | Restore joystick fix from ports/136973. (diff) |
- update to jpeg-8
Notes
Notes:
svn path=/head/; revision=249285
Diffstat (limited to 'graphics/corona')
-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 |