diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-02 10:17:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-02 10:17:15 +0000 |
commit | e665f3660f3b71dc8840101105f25e9058b7e375 (patch) | |
tree | ea733fdb47de75c546aeed8736b31bfc5f88b6b6 /graphics/sdl_ttf/Makefile | |
parent | Fix stupid typo. (diff) |
Remove USE_FREETYPE - it's about freetype1, which the port doesn't use anymore.
Notes
Notes:
svn path=/head/; revision=44635
Diffstat (limited to 'graphics/sdl_ttf/Makefile')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 7c1a114f85c1..e5f8eae0862b 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -21,7 +21,6 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_LIBTOOL= yes USE_GMAKE= yes -USE_FREETYPE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ |