diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 21:42:52 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 21:42:52 +0000 |
commit | ee198649baea61fbecd616e10d2541fc1dceca9e (patch) | |
tree | c997dd67c8e2a10226ce39e4e3974eafa075d9d3 /devel/SDL_ttf/Makefile | |
parent | 673eefb84ee98a34d98522d5b151d1099430e828 (diff) | |
download | pkgsrc-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/Makefile | 10 |
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" |