diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:25:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:25:30 +0800 |
commit | 1bede0110ee0bc12596e2d56cdc2291475bb8cce (patch) | |
tree | 230ecd3e9c53507d2bbf9c194a9bae805d56a385 /graphics | |
parent | a566f35b178d867282aa092c73eef0cca83542ce (diff) | |
download | freebsd-ports-gnome-1bede0110ee0bc12596e2d56cdc2291475bb8cce.tar.gz freebsd-ports-gnome-1bede0110ee0bc12596e2d56cdc2291475bb8cce.tar.zst freebsd-ports-gnome-1bede0110ee0bc12596e2d56cdc2291475bb8cce.zip |
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
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 |