diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-17 03:48:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-17 03:48:10 +0800 |
commit | b5bf95f8e670b2c43174dc570c38010b7715bbc2 (patch) | |
tree | 1ca363e4607d4b9b57c8c7b14724b60457abd362 /graphics/sdl_image | |
parent | f254c96b963516aa6d5243e81db9c73f5a47264e (diff) | |
download | freebsd-ports-gnome-b5bf95f8e670b2c43174dc570c38010b7715bbc2.tar.gz freebsd-ports-gnome-b5bf95f8e670b2c43174dc570c38010b7715bbc2.tar.zst freebsd-ports-gnome-b5bf95f8e670b2c43174dc570c38010b7715bbc2.zip |
Update SDL shared library version number.
Diffstat (limited to 'graphics/sdl_image')
-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 a40a58f4605f..d152ceba8fb5 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -13,7 +13,7 @@ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg |