aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-23 10:56:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-23 10:56:46 +0000
commit4170fce1b6370b9c395c36646d2964a1d6182772 (patch)
tree5d2e7073c1d0c909fc51e08e65c654622330fa16 /graphics/sdl_ttf/Makefile
parent8a58cb7ac030ea30c3267beca141a31eaadf43a7 (diff)
downloadports-4170fce1b6370b9c395c36646d2964a1d6182772.tar.gz
ports-4170fce1b6370b9c395c36646d2964a1d6182772.zip
Update to version 2.0.7
Notes
Notes: svn path=/head/; revision=124969
Diffstat (limited to 'graphics/sdl_ttf/Makefile')
-rw-r--r--graphics/sdl_ttf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index 20d4146d84ff..59160670f748 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl_ttf
-PORTVERSION= 2.0.6
-PORTREVISION= 2
+PORTVERSION= 2.0.7
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
@@ -21,8 +20,9 @@ USE_SDL= sdl
USE_GL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0