aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-01-02 23:06:10 +0800
committersobomax <sobomax@FreeBSD.org>2003-01-02 23:06:10 +0800
commit2d06637d3146a986d9c6c0d8aa5d92751b3c4168 (patch)
treec8f70ea8dfbe4a0d8eacf1f1505d595a7457aaf0 /emulators
parentb1edd65b002d0e7996b39e47ae3506982d421f88 (diff)
downloadfreebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.gz
freebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.zst
freebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.zip
Update version number of SDL shared library.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen-sdl/Makefile2
-rw-r--r--emulators/gngb/Makefile2
-rw-r--r--emulators/gnuboy/Makefile2
-rw-r--r--emulators/scummvm/Makefile2
-rw-r--r--emulators/xmame/Makefile2
-rw-r--r--emulators/xsystem35/Makefile2
-rw-r--r--emulators/yape/Makefile2
-rw-r--r--emulators/zsnes/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index d294892d280d..4537ee3c3fe8 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.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile
index f8f024644dbd..4a8d26755baf 100644
--- a/emulators/gngb/Makefile
+++ b/emulators/gngb/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 84b27d07da25..0d2178c22f96 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.4:${PORTSDIR}/devel/sdl12
+ SDL-1.1.5:${PORTSDIR}/devel/sdl12
USE_XLIB= yes
USE_AUTOCONF= yes
diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile
index 71651ea1e372..af5c4c7bf408 100644
--- a/emulators/scummvm/Makefile
+++ b/emulators/scummvm/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-src
MAINTAINER= flynn@energyhq.homeip.net
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.0
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 367e4c538315..3659861d44fb 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -191,7 +191,7 @@ pre-everything::
@${ECHO_MSG} "'make options' for more information."
@exit 1
.endif
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
DISPLAY_METHOD= SDL
.endif
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index e1285f81b1cd..17edb163437b 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss
.endif
.if defined(WITH_SDL)
-LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12
CONFIGURE_ARGS+= --enable-sdl
CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
.else
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile
index 108270213176..5fe7fb4c1be6 100644
--- a/emulators/yape/Makefile
+++ b/emulators/yape/Makefile
@@ -13,7 +13,7 @@ DISTNAME= yapeSDL-${PORTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
NO_WRKSUBDIR= yes
USE_REINPLACE= yes
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 6280808e874b..cb4a0af26714 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= stijn@win.tue.nl
# This must be >= 0.98!
BUILD_DEPENDS= nasm-0.98.33:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes