diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-16 19:48:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-16 19:48:10 +0000 |
commit | 7943b38622df34b660cc9f315e803cea3b7b2624 (patch) | |
tree | ea213f772b528d576303e8baac812bfee44b02d2 /graphics/sdl_ttf | |
parent | Update to 1.1.8. (diff) |
Update SDL shared library version number.
Notes
Notes:
svn path=/head/; revision=38409
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index d04d9ab5f40f..0d97f01f3888 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -13,7 +13,7 @@ DISTNAME= SDL_ttf-${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 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |