diff options
author | pav <pav@FreeBSD.org> | 2008-06-23 02:33:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-23 02:33:46 +0800 |
commit | 16212a14462a84d193ce4523f8d305411245d38b (patch) | |
tree | 114780f9b0776083bf6eddd6f13c7569638961a9 /games/battletanks/Makefile | |
parent | ac884cf16368074d0382d46ce4dd82325708334e (diff) | |
download | freebsd-ports-gnome-16212a14462a84d193ce4523f8d305411245d38b.tar.gz freebsd-ports-gnome-16212a14462a84d193ce4523f8d305411245d38b.tar.zst freebsd-ports-gnome-16212a14462a84d193ce4523f8d305411245d38b.zip |
- Builds now
Diffstat (limited to 'games/battletanks/Makefile')
-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 |