diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-08 16:48:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-08 16:48:38 +0000 |
commit | 60945f027780c21c987e0c642404a8383407edad (patch) | |
tree | fd2d9471767ad6e92fff12ef08f1cb015017f9f8 /graphics/sdl_ttf | |
parent | e59096e905f88c35da2fdfb21e14d87a51cc6c9b (diff) |
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 4 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 6a0712fdd939..8582b04e5c3d 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= gmake iconv libtool:oldver pathfix pkgconfig +USES= gmake iconv libtool pathfix pkgconfig USE_SDL= sdl USE_XORG= x11 GNU_CONFIGURE= yes diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index 4a383b8ac8a6..68537a90b144 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -1,9 +1,8 @@ bin/glfont bin/sdl-showfont include/SDL/SDL_ttf.h -lib/libSDL_ttf-2.0.so -lib/libSDL_ttf-2.0.so.10 +lib/libSDL_ttf-2.0.so.0 +lib/libSDL_ttf-2.0.so.0.10.1 lib/libSDL_ttf.a -lib/libSDL_ttf.la lib/libSDL_ttf.so libdata/pkgconfig/SDL_ttf.pc |