diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-06 08:56:26 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-06 09:07:49 +0000 |
commit | 9e7f41895f17183cb7a065477a09df54084c61dc (patch) | |
tree | 64ec7f24cc23e94a5974c5e0b6365ae53011c7b6 /emulators/openmsx | |
parent | 0fdaaf6891ae131165d8d6d7055d22f5e91ffd50 (diff) | |
download | ports-9e7f41895f17183cb7a065477a09df54084c61dc.tar.gz ports-9e7f41895f17183cb7a065477a09df54084c61dc.zip |
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index d8670cb44a2e..eccf775d8415 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libasound.so:audio/alsa-lib -USES= gl gmake python sdl tcl +USES= gl gmake pkgconfig python sdl tcl USE_GCC= yes USE_GL= gl glew USE_SDL= sdl2 ttf2 |