diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-08-11 06:57:34 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-08-11 06:57:34 +0000 |
commit | 3c5a29be3d859edb0f7cf74a5e9fbb82451bfeaa (patch) | |
tree | 65abd3dbeab05281bfeba60643203fc72e5ba70a /graphics/sdl_ttf | |
parent | 8ba3678bb47b3770aa264300daf5f852be9d6adb (diff) |
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 3 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 6 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 2e5fba3607c8..419b0a5074fb 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -19,6 +19,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= libtool:22 USE_SDL= sdl USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index b3c4ae2c53c3..ba0551d3ec5a 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_ttf-2.0.9.tar.gz) = 6dd5a85e4924689a35a5fb1cb3336156 -SHA256 (SDL_ttf-2.0.9.tar.gz) = b4248876798b43d0fae1931cf8ae249f4f67a87736f97183f035f34aab554653 -SIZE (SDL_ttf-2.0.9.tar.gz) = 3143838 +MD5 (SDL_ttf-2.0.10.tar.gz) = 814e6e17e8879254208d23b3b7e0354b +SHA256 (SDL_ttf-2.0.10.tar.gz) = 7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a +SIZE (SDL_ttf-2.0.10.tar.gz) = 1326737 diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index 613d03b9ec5e..b22674213029 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -2,8 +2,9 @@ bin/glfont bin/sdl-showfont include/SDL/SDL_ttf.h lib/libSDL_ttf-2.0.so -lib/libSDL_ttf-2.0.so.6 +lib/libSDL_ttf-2.0.so.10 lib/libSDL_ttf.a lib/libSDL_ttf.la lib/libSDL_ttf.so +libdata/pkgconfig/SDL_ttf.pc @dirrmtry include/SDL |