From 762e7ea9917d424baec8b51ed1c19afb5f7bcca4 Mon Sep 17 00:00:00 2001 From: bentley Date: Tue, 30 Aug 2011 05:02:48 +0000 Subject: [PATCH] Fix formatting issues and remove unnecessary LIB_DEPENDS. Pointed out by ajacoutot@. --- emulators/openmsx/Makefile | 7 +++---- emulators/openmsx/pkg/README | 10 ++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 60e31db60ae..17e72b2f7c4 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/08/28 18:57:50 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2011/08/30 05:02:48 bentley Exp $ COMMENT = MSX home computer emulator DISTNAME = openmsx-0.8.1 +REVISION = 0 CATEGORIES = emulators @@ -24,9 +25,7 @@ MAKE_ENV += INSTALL_BASE=${PREFIX}/share/openmsx \ WANTLIB += GL c freetype m pthread stdc++ z ${MODTCL_LIB} WANTLIB += GLEW SDL SDL_ttf ogg png theoradec vorbis xml2 -LIB_DEPENDS = audio/libogg \ - audio/libvorbis \ - devel/sdl \ +LIB_DEPENDS = audio/libvorbis \ devel/sdl-ttf \ graphics/glew \ graphics/png \ diff --git a/emulators/openmsx/pkg/README b/emulators/openmsx/pkg/README index 15ed08b43b8..83dcaf1a302 100644 --- a/emulators/openmsx/pkg/README +++ b/emulators/openmsx/pkg/README @@ -1,7 +1,17 @@ +$OpenBSD: README,v 1.2 2011/08/30 05:02:48 bentley Exp $ + ++----------------------------------------------------------------------- +| Running ${FULLPKGNAME} on OpenBSD ++----------------------------------------------------------------------- + +Using system ROMs +================= If you want to emulate real MSX systems and not only the free C-BIOS machines, put the system ROMs in one of the following directories: ${PREFIX}/share/openmsx/systemroms or ~/.openMSX/share/systemroms +Replays and savestates +====================== If you want openMSX to find MSX software referred to from replays or savestates you get from your friends, copy that MSX software to ${PREFIX}/share/openmsx/software or ~/.openMSX/share/software