Changeset View
Changeset View
Standalone View
Standalone View
head/games/0ad/Makefile
Show All 32 Lines | |||||
USE_SDL= sdl2 | USE_SDL= sdl2 | ||||
BUNDLE_LIBS= yes | BUNDLE_LIBS= yes | ||||
DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) | DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) | ||||
USE_WX= 2.8+ | USE_WX= 2.8+ | ||||
WX_COMPS= wx:lib | WX_COMPS= wx:lib | ||||
MAKE_ENV+= JOBS=${_MAKE_JOBS} | MAKE_ENV+= JOBS=${_MAKE_JOBS} | ||||
MANUAL_PACKAGE_BUILD= huge | |||||
PORTDATA= * | PORTDATA= * | ||||
.include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
.if ${OSVERSION} < 1000024 | .if ${OSVERSION} < 1000024 | ||||
BROKEN= segfaults during build | BROKEN= segfaults during build | ||||
.endif | .endif | ||||
Show All 33 Lines |