aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-01 13:18:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-01 13:18:04 +0000
commitea561254995b29cc463a74b6a5bc21252924345b (patch)
tree034e8364a2588e964e4690253c1b626ed204299b /games/flightgear
parentd5569569b0adb2a5d094cd6311e345e77d976969 (diff)
downloadports-ea561254995b29cc463a74b6a5bc21252924345b.tar.gz
ports-ea561254995b29cc463a74b6a5bc21252924345b.zip
- Remove BROKEN on 8.x, no longer needed
- While here, mark MAKE_JOBS_UNSAFE, as it fails to build with forced jobs PR: 139235 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes
Notes: svn path=/head/; revision=242352
Diffstat (limited to 'games/flightgear')
-rw-r--r--games/flightgear/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index ae243df06fc6..d921531e32b6 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -44,6 +44,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
# location of flightgear-data
CONFIGURE_ARGS= --datadir=${LOCALBASE}/share
+MAKE_JOBS_UNSAFE=yes
MAN1= est-epsilon.1 js_demo.1 pstest.1 fgjs.1 gl-info.1 fgfs.1
@@ -55,10 +56,4 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 800063
-BROKEN= plib joystick support broken with USB2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>