svn commit: r500940 - head/emulators/pcem

Tobias Kortkamp tobik at FreeBSD.org
Mon May 6 22:37:08 UTC 2019


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


More information about the svn-ports-all mailing list