aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-04-09 07:12:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-04-09 07:12:42 +0800
commit92c1ce9d0bdb6a776a7ad7bcedb66b5e1f1a84a4 (patch)
tree151a738089709f184e155586cc34747fc87ddea3
parent0edb9e5b9c5f9c3b6fade6bc613160dfdc28ed86 (diff)
downloadfreebsd-ports-gnome-92c1ce9d0bdb6a776a7ad7bcedb66b5e1f1a84a4.tar.gz
freebsd-ports-gnome-92c1ce9d0bdb6a776a7ad7bcedb66b5e1f1a84a4.tar.zst
freebsd-ports-gnome-92c1ce9d0bdb6a776a7ad7bcedb66b5e1f1a84a4.zip
- Mark BROKEN on recent -CURRENT because of x11-toolkits/plib problem
PR: 133485 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
-rw-r--r--games/flightgear/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index fd4848deaa52..b781eb738ada 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -55,4 +55,10 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 800063
+BROKEN= plib joystick support broken with USB2
+.endif
+
+.include <bsd.port.post.mk>