diff options
Diffstat (limited to 'graphics/sdl2_ttf/Makefile')
-rw-r--r-- | graphics/sdl2_ttf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 05505ad92e8a..e027474f7b3f 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_ttf -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.12 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/tmp/SDL_ttf/release/ -DISTNAME= SDL2_ttf-2.0.12 +MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ +DISTNAME= SDL2_ttf-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications |