Date: Tue, 5 Feb 2019 14:34:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492241 - head/games/paintown Message-ID: <201902051434.x15EYQqJ034375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051434.x15EYQqJ034375>