diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 18:06:52 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 18:06:52 +0800 |
commit | 6cda786e805f85157c78d60579b22728da8469f8 (patch) | |
tree | fecd3fc464aa153c0178a209be5ab23376c45ede | |
parent | c3084c40ae24879e1f3698c3ef427c69b265f040 (diff) | |
download | freebsd-ports-gnome-6cda786e805f85157c78d60579b22728da8469f8.tar.gz freebsd-ports-gnome-6cda786e805f85157c78d60579b22728da8469f8.tar.zst freebsd-ports-gnome-6cda786e805f85157c78d60579b22728da8469f8.zip |
Update to version 2.0.13
PR: ports/75399
Submitted by: Ports Fury
-rw-r--r-- | graphics/sdl_gfx/Makefile | 3 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 4 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index dee185e6d29e..93702323a018 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -20,6 +20,7 @@ USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes USE_INC_LIBTOOL_VER= 13 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index f071668c71c1..404582d00db1 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -MD5 (SDL_gfx-2.0.12.tar.gz) = 83cb6b89e2197cf3f174e6e086605eaf -SIZE (SDL_gfx-2.0.12.tar.gz) = 556295 +MD5 (SDL_gfx-2.0.13.tar.gz) = b1ce778232db0b1979695f0a5a945a13 +SIZE (SDL_gfx-2.0.13.tar.gz) = 598297 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index e99e5f06aece..592e3bff72ff 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -5,4 +5,4 @@ include/SDL11/SDL_imageFilter.h include/SDL11/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.so -lib/libSDL_gfx.so.11 +lib/libSDL_gfx.so.13 |