diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:25:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:25:30 +0000 |
commit | 6ddd7ebf8b86615358c5150729654dcd4e4b8595 (patch) | |
tree | 230ecd3e9c53507d2bbf9c194a9bae805d56a385 /graphics | |
parent | 7f48b0c2d4e0eff69bd7413f0f633ea5dc052bf6 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl2_ttf/Makefile | 5 | ||||
-rw-r--r-- | graphics/sdl2_ttf/pkg-plist | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 1aedfb37cde5..06ac5b24e3ae 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -2,7 +2,7 @@ PORTNAME= sdl2_ttf PORTVERSION= 2.0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} @@ -14,9 +14,8 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= pkgconfig:build pathfix gmake +USES= pkgconfig:build pathfix gmake libtool USE_SDL= sdl2 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/sdl2_ttf/pkg-plist b/graphics/sdl2_ttf/pkg-plist index 29d739f88fe3..c27f87b47438 100644 --- a/graphics/sdl2_ttf/pkg-plist +++ b/graphics/sdl2_ttf/pkg-plist @@ -1,9 +1,8 @@ bin/sdl2-glfont bin/sdl2-showfont include/SDL2/SDL_ttf.h -lib/libSDL2_ttf-2.0.so -lib/libSDL2_ttf-2.0.so.10 +lib/libSDL2_ttf-2.0.so.0 +lib/libSDL2_ttf-2.0.so.0.10.2 lib/libSDL2_ttf.a -lib/libSDL2_ttf.la lib/libSDL2_ttf.so libdata/pkgconfig/SDL2_ttf.pc |