diff options
author | pav <pav@FreeBSD.org> | 2008-05-03 23:23:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-03 23:23:41 +0800 |
commit | 07d4dc9df59cacbde726ddf9c11bf803f2f1edb4 (patch) | |
tree | 7ef424c8e23bc49b105cc12db8b6fc0aaed0a7fe /games/battletanks | |
parent | 35f1940b4814301f9bfa46a775df254fae0bb00f (diff) | |
download | freebsd-ports-gnome-07d4dc9df59cacbde726ddf9c11bf803f2f1edb4.tar.gz freebsd-ports-gnome-07d4dc9df59cacbde726ddf9c11bf803f2f1edb4.tar.zst freebsd-ports-gnome-07d4dc9df59cacbde726ddf9c11bf803f2f1edb4.zip |
- Mark BROKEN on 5.x and 6.x: error: invalid conversion from `long int*' to
`const time_t*'
Reported by: pointyhat
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 |