diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-12 16:24:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-12 16:24:44 +0000 |
commit | 29b5733fa8e06ca4cdcd78bd7b2392762d6ee8c2 (patch) | |
tree | acc1f9508eadf7ec4d6d0d030790d80b94b49199 /devel/SDL_ttf/Makefile | |
parent | 2c1ffeba5994357b3e7916ffc09803d84e056baa (diff) | |
download | pkgsrc-29b5733fa8e06ca4cdcd78bd7b2392762d6ee8c2.tar.gz |
Update to 2.0.8:
2.0.8:
Stepan Roh - 2005-10-02 09:46
* Fixed line spacing by using font ascender and descender
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
* Updated libtool support to version 1.5.22
Add build fix patch for freetype2-2.2.1.
Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r-- | devel/SDL_ttf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index f052ec52617..97935413d24 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/02/06 23:16:07 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2006/06/12 16:24:44 wiz Exp $ -DISTNAME= SDL_ttf-2.0.7 -PKGREVISION= 4 +DISTNAME= SDL_ttf-2.0.8 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ |