diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
commit | 8ed8aafc20f5bbb802536df1c9c60b6e8c4a3220 (patch) | |
tree | a2747f7614694d1f568fd0fa2639e77228c1c234 /emulators/gnuboy | |
parent | Update to 2.0.2. (diff) |
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 30e8c287f673..5716d69f2832 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 |