summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-26 21:42:52 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-26 21:42:52 +0000
commitee198649baea61fbecd616e10d2541fc1dceca9e (patch)
treec997dd67c8e2a10226ce39e4e3974eafa075d9d3 /devel/SDL_ttf/Makefile
parent673eefb84ee98a34d98522d5b151d1099430e828 (diff)
downloadpkgsrc-ee198649baea61fbecd616e10d2541fc1dceca9e.tar.gz
Update SDL_ttf to 2.0.3
o uses freetype2 instead of freetype1
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r--devel/SDL_ttf/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile
index 1b6ca94ddf5..32cdf96a6ac 100644
--- a/devel/SDL_ttf/Makefile
+++ b/devel/SDL_ttf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/06/26 09:54:07 zuntum Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/26 21:42:52 zuntum Exp $
#
-DISTNAME= SDL_ttf-1.2.2
+DISTNAME= SDL_ttf-2.0.3
CATEGORIES= devel
-MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/src/
+MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
@@ -15,8 +15,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY"
-
.include "../../devel/SDL/buildlink.mk"
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype2/buildlink.mk"
.include "../../mk/bsd.pkg.mk"