diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
commit | 928b76c5143061e3b3462765e3f19f1606d4b013 (patch) | |
tree | d43e453e02380a296005840e1846c970946411d9 /graphics/sdl_ttf | |
parent | 64bec9f68b79be2c937d7527b5a0fb6342744f6d (diff) | |
download | freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.tar.gz freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.tar.zst freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.zip |
Chase increase of freetype2 shlib version.
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 88dd1c5966d7..6899afdd7eef 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.8:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |