diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 17:24:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 17:24:56 +0000 |
commit | a965f1cfc283b17785e0eb2fcbd8a7ba079a2448 (patch) | |
tree | 9120cb999dcff4719e2283d389ebe45090c20ee7 /devel/wftk | |
parent | utilize USE_SDL (diff) |
utilize USE_SDL
Notes
Notes:
svn path=/head/; revision=85922
Diffstat (limited to 'devel/wftk')
-rw-r--r-- | devel/wftk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 \ |