aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-09 19:55:04 +0800
committersobomax <sobomax@FreeBSD.org>2001-04-09 19:55:04 +0800
commita7eae9f50e318122e001463c84912c1056c70a3e (patch)
tree32b9b6e7ab9a5682da5d2f1847708e3096a869b3 /emulators
parent36fa1d86032614d54da31965e81e0fdd4e701c9d (diff)
downloadfreebsd-ports-graphics-a7eae9f50e318122e001463c84912c1056c70a3e.tar.gz
freebsd-ports-graphics-a7eae9f50e318122e001463c84912c1056c70a3e.tar.zst
freebsd-ports-graphics-a7eae9f50e318122e001463c84912c1056c70a3e.zip
Move:
devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen-sdl/Makefile2
-rw-r--r--emulators/gnuboy/Makefile2
-rw-r--r--emulators/xmame/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index eaca0ce0630..16e09091940 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/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 30e8c287f67..5716d69f283 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.starfox.org/gnuboy/distrib/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \
- SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
+ SDL-1.1.3:${PORTSDIR}/devel/sdl12
USE_XLIB= yes
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 64c432aa541..743a3c24df8 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -172,7 +172,7 @@ PLIST_SUB+= OPENGL=""
.else
PLIST_SUB+= OPENGL="@comment "
.if !defined(WITH_SDL) || ${WITH_SDL} != "no"
-LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
MAKE_ENV+= SDL_CONFIG=${SDL_CONFIG}
DISPLAY_METHOD= SDL