diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-06 22:37:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-06 22:37:06 +0000 |
commit | e4ba10d77c51df3b5a7f2b6d95eeb538bafb40e4 (patch) | |
tree | 870f5513a81cd43d7fcd98ef037d8d8ac20a2aab /emulators | |
parent | 2da6e552322921fc3c5d4e3ed9dcc9c8121be844 (diff) | |
download | freebsd-ports-e4ba10d77c51df3b5a7f2b6d95eeb538bafb40e4.zip |
emulators/pcem: Clean up dependencies
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcem/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/pcem/Makefile b/emulators/pcem/Makefile index afffc88983ce..1334c4ff1b9a 100644 --- a/emulators/pcem/Makefile +++ b/emulators/pcem/Makefile @@ -11,14 +11,10 @@ COMMENT= PC/PC-Compatible low-level emulator striving for accuracy LICENSE= GPLv2 -LIB_DEPENDS= libGL.so:graphics/mesa-libs \ - libopenal.so:audio/openal-soft \ - libwx_gtk3u_core-3.0.so:x11-toolkits/wxgtk30 \ - libSDL2.so:devel/sdl20 - -USES= autoreconf compiler gmake openal:soft pkgconfig sdl zip -USE_WX= 3.0 +USES= autoreconf compiler gl gmake openal pkgconfig sdl zip +USE_GL= gl USE_SDL= sdl2 +USE_WX= 3.0 WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/ PATCHDIR=files |