diff options
Diffstat (limited to 'graphics/sdl_ttf/Makefile')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index ae116d263136..2bf22d3c1113 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0 USE_LDCONFIG= yes post-install: |