svn commit: r492241 - head/games/paintown

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 5 14:34:27 UTC 2019


Author: amdmi3
Date: Tue Feb  5 14:34:26 2019
New Revision: 492241
URL: https://svnweb.freebsd.org/changeset/ports/492241

Log:
  - Convert USE_SDL=yes to USE_SDL=sdl

Modified:
  head/games/paintown/Makefile

Modified: head/games/paintown/Makefile
==============================================================================
--- head/games/paintown/Makefile	Tue Feb  5 14:29:24 2019	(r492240)
+++ head/games/paintown/Makefile	Tue Feb  5 14:34:26 2019	(r492241)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	liballeg.so:devel/allegro \
 BROKEN_aarch64=	Fails to link: missing sbrk
 
 USES=		dos2unix scons tar:bzip2
-USE_SDL=	yes
+USE_SDL=	sdl
 INSTALLS_ICONS=	yes
 DOS2UNIX_REGEX=	.*\.(c|cpp|h)
 


More information about the svn-ports-head mailing list