From ee1faa5ae2648a1851b61471c4fd2e73853111c7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 23 Jan 2004 22:24:30 +0000 Subject: Let ports use the USE_SDL macro. --- emulators/gnuboy/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'emulators/gnuboy/Makefile') diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 88330620e2b8..499576ce6d03 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -15,16 +15,14 @@ MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ MAINTAINER= ijliao@FreeBSD.org COMMENT= Nintendo GameBoy emulator -LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib +USE_SDL= sdl USE_REINPLACE= yes USE_XLIB= yes USE_AUTOCONF= yes GNU_CONFIGURE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ - CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl post-patch: -- cgit v1.2.3