diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
commit | 6cd76ded7b679717e924bd01988d8af19f3d795a (patch) | |
tree | 05e67a5bc489eb67456cc6f4eba075304c5fd54c /graphics/sdl_ttf/Makefile | |
parent | Update to 2.0.6. (diff) |
Update version number of freetype2 shared library.
Notes
Notes:
svn path=/head/; revision=53447
Diffstat (limited to 'graphics/sdl_ttf/Makefile')
-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 e83ea58ebbf4..88dd1c5966d7 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ - freetype.7:${PORTSDIR}/print/freetype2 + freetype.8:${PORTSDIR}/print/freetype2 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |