Date: Sat, 9 Nov 2019 12:44:25 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517125 - head/games/ioquake3 Message-ID: <201911091244.xA9CiP0X026878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Nov 9 12:44:25 2019 New Revision: 517125 URL: https://svnweb.freebsd.org/changeset/ports/517125 Log: games/{ioquake3,openarena}: Add missing USES=sdl Modified: head/games/ioquake3/Makefile Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Sat Nov 9 12:39:34 2019 (r517124) +++ head/games/ioquake3/Makefile Sat Nov 9 12:44:25 2019 (r517125) @@ -137,6 +137,7 @@ DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${ .if ${IOQ3:MCLIENT} MAKE_ARGS+= BUILD_CLIENT=1 Q3BIN+= ${Q3CLIENT} +USES+= sdl USE_SDL= ${IOQ3SDL} .else MAKE_ARGS+= BUILD_CLIENT=0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911091244.xA9CiP0X026878>