diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-02 10:17:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-02 10:17:15 +0000 |
commit | 59e56e2dbe0e66e5c5140a3d75bae66d86eeb440 (patch) | |
tree | 49df9e239d11046ba09d255e22adca282a9ded46 /graphics/sdl_ttf | |
parent | 562075a6fa92899052e7a6ea3f21605453cf37c3 (diff) | |
download | FreeBSD-ports-59e56e2dbe0e66e5c5140a3d75bae66d86eeb440.zip FreeBSD-ports-59e56e2dbe0e66e5c5140a3d75bae66d86eeb440.tar.gz |
Remove USE_FREETYPE - it's about freetype1, which the port doesn't use anymore.
Diffstat (limited to 'graphics/sdl_ttf')
-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 7c1a114..e5f8eae 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 \ |