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 | |
parent | a84b8318cfc15376d9e58bb6bed0f6e6809665f4 (diff) | |
download | ports-a965f1cfc283b17785e0eb2fcbd8a7ba079a2448.tar.gz ports-a965f1cfc283b17785e0eb2fcbd8a7ba079a2448.zip |
Notes
-rw-r--r-- | devel/libuta/Makefile | 7 | ||||
-rw-r--r-- | 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 \ |