svn commit: r492256 - head/games/heretic

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 5 16:19:14 UTC 2019


Author: amdmi3
Date: Tue Feb  5 16:19:13 2019
New Revision: 492256
URL: https://svnweb.freebsd.org/changeset/ports/492256

Log:
  - Convert USE_SDL=yes to USE_SDL=sdl
  
  Approved by:	portmgr blanket

Modified:
  head/games/heretic/Makefile

Modified: head/games/heretic/Makefile
==============================================================================
--- head/games/heretic/Makefile	Tue Feb  5 15:58:29 2019	(r492255)
+++ head/games/heretic/Makefile	Tue Feb  5 16:19:13 2019	(r492256)
@@ -38,7 +38,7 @@ BINARY=		xaheretic
 .endif
 
 .if ${PORT_OPTIONS:MSDL}
-USE_SDL=	yes
+USE_SDL=	sdl
 ALL_TARGET=	sdl
 BINARY=		sdlheretic
 CFLAGS+=	`${SDL_CONFIG} --cflags`


More information about the svn-ports-all mailing list