diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 15:13:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 15:13:30 +0000 |
commit | 288b3116f6254ae489e1469459594e588171c7b8 (patch) | |
tree | 73fd381c8368ae98aa0bdd8718a522ba67535b0f /devel/SDL_ttf/Makefile | |
parent | 79c5663608ca0cced6a01c740c1b0e17006dadc9 (diff) | |
download | pkgsrc-288b3116f6254ae489e1469459594e588171c7b8.tar.gz |
Changes 2.0.6:
* bug fixes
* added iconv support
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r-- | devel/SDL_ttf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index 882cd1a2267..09ed1988125 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/03/06 17:47:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/27 15:13:30 adam Exp $ # -DISTNAME= SDL_ttf-2.0.3 -PKGREVISION= 3 +DISTNAME= SDL_ttf-2.0.6 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ @@ -11,9 +10,9 @@ HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/ COMMENT= Use TrueType fonts in your SDL applications USE_BUILDLINK3= YES +USE_LIBTOOL= YES USE_X11= YES GNU_CONFIGURE= YES -USE_LIBTOOL= YES .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" |