diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 12:38:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 12:38:02 +0000 |
commit | 1b3c0d7d6cec8ddd3b0b2b7d1b137309caca60b1 (patch) | |
tree | d6e1dc5578a00f17474e942fe95ee7b689a65e1d /emulators | |
parent | ce0e60666af79cfe9b6e080319a491ad7cc7217b (diff) | |
download | ports-1b3c0d7d6cec8ddd3b0b2b7d1b137309caca60b1.tar.gz ports-1b3c0d7d6cec8ddd3b0b2b7d1b137309caca60b1.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 2 | ||||
-rw-r--r-- | emulators/gngb/Makefile | 2 | ||||
-rw-r--r-- | emulators/gnuboy/Makefile | 2 | ||||
-rw-r--r-- | emulators/scummvm/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xsystem35/Makefile | 2 | ||||
-rw-r--r-- | emulators/zsnes/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 16e090919400..d294892d280d 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://pknet.com/~joe/ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index bc373453e7ff..36906064e293 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 3f76aac08300..84b27d07da25 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \ - SDL-1.1.3:${PORTSDIR}/devel/sdl12 + SDL-1.1.4:${PORTSDIR}/devel/sdl12 USE_XLIB= yes USE_AUTOCONF= yes diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile index f365203e2c84..03e10d49363d 100644 --- a/emulators/scummvm/Makefile +++ b/emulators/scummvm/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}b MAINTAINER= flynn@energyhq.homeip.net -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 USE_ZIP= yes USE_GMAKE= yes diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 1c5d3a33d7e3..b19853128b36 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -185,7 +185,7 @@ pre-everything:: @${ECHO_MSG} "'make options' for more information." @exit 1 .endif -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config MAKE_ENV+= SDL_CONFIG=${SDL_CONFIG} DISPLAY_METHOD= SDL diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 38da6bbdec85..28e9b13f6361 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss .endif .if defined(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --enable-sdl CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" .else diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 834b85412492..096fb8850f16 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -16,7 +16,7 @@ MAINTAINER= stijn@win.tue.nl # This must be >= 0.98! BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes |