diff options
Diffstat (limited to 'games/battletanks')
-rw-r--r-- | games/battletanks/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 880e0d4f4f6c..3d1097b0dbef 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -38,6 +38,10 @@ SCONS_ARGS+= enable_lua=false DESKTOP_ENTRIES="Battle Tanks" "${COMMENT}" "" "bt" "Application;Game;" false +.if ${OSVERSION} < 700042 +BROKEN= does not compile +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bt ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/*[^s].so ${PREFIX}/lib |