aboutsummaryrefslogtreecommitdiffstats
path: root/games/flightgear
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-10-01 21:18:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-10-01 21:18:04 +0800
commit0ab9aa53fff8e1fa9f60f0492af968b703ddbaf5 (patch)
treeae46b6996921b00fb28c1bc1285816667827d026 /games/flightgear
parent336ab9a00cdca47af8ce7a79648b1108a2f04f48 (diff)
downloadfreebsd-ports-gnome-0ab9aa53fff8e1fa9f60f0492af968b703ddbaf5.tar.gz
freebsd-ports-gnome-0ab9aa53fff8e1fa9f60f0492af968b703ddbaf5.tar.zst
freebsd-ports-gnome-0ab9aa53fff8e1fa9f60f0492af968b703ddbaf5.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>
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>