From a965f1cfc283b17785e0eb2fcbd8a7ba079a2448 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 30 Jul 2003 17:24:56 +0000 Subject: utilize USE_SDL --- devel/libuta/Makefile | 7 +++---- devel/wftk/Makefile | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile index 0058403aee67..9ed45b0904fc 100644 --- a/devel/libuta/Makefile +++ b/devel/libuta/Makefile @@ -15,16 +15,15 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A Graphical User Interface library for C++ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - sigc.1:${PORTSDIR}/devel/libsigc++ \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 + sigc.1:${PORTSDIR}/devel/libsigc++ USE_FREETYPE= yes USE_LIBTOOL= yes +USE_SDL= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" SDL11_FILES= configure uta/color.h uta/event.h uta/keysym.h uta/mutex.h \ uta/pixelformat.h uta/rect.h uta/sge_blib.cc uta/sge_blib.h \ diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile index 0058403aee67..9ed45b0904fc 100644 --- a/devel/wftk/Makefile +++ b/devel/wftk/Makefile @@ -15,16 +15,15 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A Graphical User Interface library for C++ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - sigc.1:${PORTSDIR}/devel/libsigc++ \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 + sigc.1:${PORTSDIR}/devel/libsigc++ USE_FREETYPE= yes USE_LIBTOOL= yes +USE_SDL= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" SDL11_FILES= configure uta/color.h uta/event.h uta/keysym.h uta/mutex.h \ uta/pixelformat.h uta/rect.h uta/sge_blib.cc uta/sge_blib.h \ -- cgit v1.2.3