diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 18:33:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 18:33:46 +0000 |
commit | 38ed0aa3db9697151e657b9fc508b4b816e2c5ed (patch) | |
tree | f4e14605a7c048668d1cda098f50bcf0365f2273 | |
parent | - Update to 20080610 (diff) |
- Builds now
Notes
Notes:
svn path=/head/; revision=215535
-rw-r--r-- | games/battletanks/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 3d1097b0dbef..880e0d4f4f6c 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -38,10 +38,6 @@ 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 |