diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-08 07:39:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-08 07:39:10 +0800 |
commit | f9b5f3c241e8b12d6915d507e3d7101259e2001c (patch) | |
tree | 5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /emulators/zsnes | |
parent | 0deb4a26d0e602a52522cf25e78087d6d2428699 (diff) | |
download | freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.zst freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip |
Let ports use the USE_SDL macro
PR: ports/61807
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |