svn commit: r390650 - head/emulators/dgen-sdl

Alex Kozlov ak at FreeBSD.org
Fri Jun 26 16:30:14 UTC 2015


Author: ak
Date: Fri Jun 26 16:30:13 2015
New Revision: 390650
URL: https://svnweb.freebsd.org/changeset/ports/390650

Log:
  - Switch to gmake to fix build on head

Modified:
  head/emulators/dgen-sdl/Makefile

Modified: head/emulators/dgen-sdl/Makefile
==============================================================================
--- head/emulators/dgen-sdl/Makefile	Fri Jun 26 16:28:24 2015	(r390649)
+++ head/emulators/dgen-sdl/Makefile	Fri Jun 26 16:30:13 2015	(r390650)
@@ -12,7 +12,7 @@ COMMENT=	Wonderful Sega Genesis/MegaDriv
 
 USE_SDL=	sdl
 USE_GL=		yes
-USES=		fmake
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/dgen \


More information about the svn-ports-head mailing list