Date: Thu, 21 Nov 2019 21:10:39 +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: r518113 - head/games/jumpnbump Message-ID: <201911212110.xALLAdJd096416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Nov 21 21:10:39 2019 New Revision: 518113 URL: https://svnweb.freebsd.org/changeset/ports/518113 Log: - Fix build on gcc archs by requiring newer compiler PR: 242079 Submitted by: pkubaj@FreeBSD.org Modified: head/games/jumpnbump/Makefile Modified: head/games/jumpnbump/Makefile ============================================================================== --- head/games/jumpnbump/Makefile Thu Nov 21 20:52:29 2019 (r518112) +++ head/games/jumpnbump/Makefile Thu Nov 21 21:10:39 2019 (r518113) @@ -12,7 +12,7 @@ COMMENT= Play cute bunnies jumping on each other's hea LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake sdl shebangfix tar:bzip2 +USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre USE_SDL= sdl2 mixer2 net2 ALL_TARGET= all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911212110.xALLAdJd096416>