diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/barbie_seahorse_adventures/Makefile | 2 | ||||
-rw-r--r-- | games/ioquake3/Makefile | 4 | ||||
-rw-r--r-- | games/simutrans/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/barbie_seahorse_adventures/Makefile b/games/barbie_seahorse_adventures/Makefile index 85f51908f2df..26452a88bcc5 100644 --- a/games/barbie_seahorse_adventures/Makefile +++ b/games/barbie_seahorse_adventures/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/barbie-${DISTVERSION} USES= dos2unix python:2 shebangfix tar:tgz SHEBANG_FILES= run_game.py create-upload.py -DOS2UNIX_GLOB= *.py +DOS2UNIX_GLOB= *.py NO_BUILD= yes NO_ARCH= yes diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 938a349e46a0..bb8d30eca5ab 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.txt USES= pkgconfig gmake # Port configuration flags: -# CLIENT SERVER TOOLS DLRENDERER GAMELIBS OPUS OPENGL2 +# CLIENT SERVER TOOLS DLRENDERER GAMELIBS OPUS OPENGL2 IOQ3?= CLIENT TOOLS GAMELIBS IOQ3ARCH?= ${ARCH} IOQ3SDL?= sdl @@ -41,7 +41,7 @@ OPTIONS_DEFINE+= ${IOQ3_OPTIONS} DOCS OPTIONS_DEFAULT+= ${IOQ3_OPTIONS} TOOLS_DESC= Enable modding tools -DLRENDERER_DESC= Build dynamically loaded renderer +DLRENDERER_DESC=Build dynamically loaded renderer GAMELIBS_DESC= Build game libraries MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ diff --git a/games/simutrans/Makefile b/games/simutrans/Makefile index d4214c069e9b..d9d397311fa9 100644 --- a/games/simutrans/Makefile +++ b/games/simutrans/Makefile @@ -21,7 +21,7 @@ PAK128_DISTVERSION= 2.6--ST120 PAK128_SUBDIR= ST%20120%20%282.6%2C%20completed%20elevated%20tracks%29 SIMUTRANS_REVISION= 8163 -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS OPTIONS_MULTI= PAK OPTIONS_MULTI_PAK= PAK64 PAK128 OPTIONS_DEFAULT= PAK64 |