Date: Mon, 6 May 2019 22:37:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500940 - head/emulators/pcem Message-ID: <201905062237.x46Mb7Rv010943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon May 6 22:37:06 2019 New Revision: 500940 URL: https://svnweb.freebsd.org/changeset/ports/500940 Log: emulators/pcem: Clean up dependencies Modified: head/emulators/pcem/Makefile Modified: head/emulators/pcem/Makefile ============================================================================== --- head/emulators/pcem/Makefile Mon May 6 22:28:32 2019 (r500939) +++ head/emulators/pcem/Makefile Mon May 6 22:37:06 2019 (r500940) @@ -11,14 +11,10 @@ COMMENT= PC/PC-Compatible low-level emulator striving 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905062237.x46Mb7Rv010943>