summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-04-27 15:13:30 +0000
committeradam <adam>2004-04-27 15:13:30 +0000
commitf1bc8cf3254519c152bba81d02980aec9726ac21 (patch)
tree73fd381c8368ae98aa0bdd8718a522ba67535b0f /devel/SDL_ttf/Makefile
parente5caa6ae45944145a96bb1cce959b855de6d8955 (diff)
downloadpkgsrc-f1bc8cf3254519c152bba81d02980aec9726ac21.tar.gz
Changes 2.0.6:
* bug fixes * added iconv support
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile7
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"