Fix formatting issues and remove unnecessary LIB_DEPENDS.
Pointed out by ajacoutot@.
This commit is contained in:
parent
d1ae3d265b
commit
762e7ea991
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user