diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
commit | a7eae9f50e318122e001463c84912c1056c70a3e (patch) | |
tree | 32b9b6e7ab9a5682da5d2f1847708e3096a869b3 /emulators/gnuboy | |
parent | 36fa1d86032614d54da31965e81e0fdd4e701c9d (diff) | |
download | FreeBSD-ports-a7eae9f50e318122e001463c84912c1056c70a3e.zip FreeBSD-ports-a7eae9f50e318122e001463c84912c1056c70a3e.tar.gz |
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 30e8c28..5716d69 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 |