diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-10-28 12:01:33 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-10-28 12:01:33 +0000 |
commit | f84ed8b6a4ba8ac848e14e2a8d428d3731e0e197 (patch) | |
tree | 2e54793deef05e0377b47a829aefa594cf53848e /graphics/sdl_ttf | |
parent | f796973113e20a409580b87858058b5959f50936 (diff) |
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 1542f974ff1e..a99628fb81ba 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 |