diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | 84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch) | |
tree | e05aea6a24754785f4c4a219cafed0ee7e204f35 /emulators | |
parent | 41471d5d49dcea909447976a18d5e6c34434b840 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/yape/Makefile | 4 | ||||
-rw-r--r-- | emulators/zsnes/Makefile | 7 |
3 files changed, 4 insertions, 10 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 081dd2470ddd..ef9457b34543 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -189,8 +189,7 @@ pre-everything:: @${ECHO_MSG} "'make options' for more information." @exit 1 .endif -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= sdl DISPLAY_METHOD= SDL SDLSOUNDCOMMENT= .endif diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index ef8e4e125203..83eaee9fffdf 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -15,11 +15,9 @@ DISTNAME= yapeSDL-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Yet Another Commodore +4 Emulator -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - +USE_SDL= sdl NO_WRKSUBDIR= yes USE_REINPLACE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes ALL_TARGET= yape diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 29ae128ebf52..769b2b8a6c7f 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -19,9 +19,9 @@ COMMENT= Intel x86 only Super Nintendo Entertainment System (SNES) Emulator # This must be >= 0.98! BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_SDL= sdl USE_X_PREFIX= yes USE_GMAKE= yes @@ -31,9 +31,6 @@ PLIST_FILES= bin/zsnes # non-portable, for a portable version see emulators/snes9x ONLY_FOR_ARCHS= i386 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG} - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes |