diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 21:13:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 21:13:41 +0000 |
commit | c1f52005d9aabf98798149d4bd1e977aa006a9a9 (patch) | |
tree | 180379224626fb12865c3fc610c73ff7c3ed2b25 /graphics | |
parent | 3facc1efaef892f60777acb17531cc85384dce52 (diff) | |
download | ports-c1f52005d9aabf98798149d4bd1e977aa006a9a9.tar.gz ports-c1f52005d9aabf98798149d4bd1e977aa006a9a9.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 7 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 4 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index be335386f5aa..fff3879a8c6c 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,8 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.10 -PORTREVISION= 2 +PORTVERSION= 2.0.11 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -20,7 +19,7 @@ COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ @@ -36,5 +35,7 @@ CFLAGS+= -DUSE_MMX post-patch: @${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<SDL/SDL|<SDL|g' + @${REINPLACE_CMD} -e \ + 's|$$(includedir)/SDL|$$(includedir)|g' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index 0d1577c6ad49..6aa48802e7b7 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -MD5 (SDL_gfx-2.0.10.tar.gz) = 291b06426a3afe42ecac8473be2505d1 -SIZE (SDL_gfx-2.0.10.tar.gz) = 530735 +MD5 (SDL_gfx-2.0.11.tar.gz) = 10f6432ede2b239796f2924bdc7224b4 +SIZE (SDL_gfx-2.0.11.tar.gz) = 557311 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 8f92f4a02a82..e99e5f06aece 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.10 +lib/libSDL_gfx.so.11 |