diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-12 10:10:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-12 10:10:30 +0000 |
commit | 495daa29ccbccd8851d806db6bfcdd71c04675aa (patch) | |
tree | ee4badedc7ee4a753ada0ce4fe71cd499f5f3559 /graphics/sdl_ttf | |
parent | 0291b284bdde0c242cce1e49ddc5c5d18211b1e4 (diff) | |
download | ports-495daa29ccbccd8851d806db6bfcdd71c04675aa.tar.gz ports-495daa29ccbccd8851d806db6bfcdd71c04675aa.zip |
Notes
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 e5f8eae0862b..4fd59c6dfe61 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.6:${PORTSDIR}/print/freetype2 + freetype.7:${PORTSDIR}/print/freetype2 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |