diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
commit | db2dadbaab163b9f7208bccebda97b8ddd68b1c4 (patch) | |
tree | 07d791006359716c599daee915bbd794b3514e5d /graphics/sdl_image/Makefile | |
parent | b60160c5d818aaaba173e766794936e4884ae4db (diff) | |
download | ports-db2dadbaab163b9f7208bccebda97b8ddd68b1c4.tar.gz ports-db2dadbaab163b9f7208bccebda97b8ddd68b1c4.zip |
Bump png major
Notes
Notes:
svn path=/head/; revision=47625
Diffstat (limited to 'graphics/sdl_image/Makefile')
-rw-r--r-- | graphics/sdl_image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 98a4709309a9..5b397a3637de 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -14,7 +14,7 @@ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg |