diff options
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 4060ff351d27..ae6b8450cd47 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -10,11 +10,11 @@ COMMENT= Open source MSX emulator LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libogg.so:${PORTSDIR}/audio/libogg \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libao.so:${PORTSDIR}/audio/libao +LIB_DEPENDS= libpng.so:graphics/png \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libtheora.so:multimedia/libtheora \ + libao.so:audio/libao MAKEFILE= GNUmakefile USES= gmake python tcl |