aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-02-01 21:22:18 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-02-01 21:22:18 +0000
commit5a7eb45eda06d6532e4ba40bb62c848bc51ab160 (patch)
treef16e157d28de0343230c4f12bcff14e240cdb76b /games/flightgear/Makefile
parent88d3d26921a80cc5b63ea1a668a1fecda0886bb0 (diff)
downloadports-5a7eb45eda06d6532e4ba40bb62c848bc51ab160.tar.gz
ports-5a7eb45eda06d6532e4ba40bb62c848bc51ab160.zip
Update Simgear and Flightgear ports to 2018.3.2
While here, also reorder a few things
Notes
Notes: svn path=/head/; revision=491850
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r--games/flightgear/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 3d09227904f9..eb6a113e2c85 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flightgear
-PORTVERSION= 2018.3.1
-PORTREVISION= 2
+PORTVERSION= 2018.3.2
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@@ -28,12 +27,13 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
${LOCALBASE}/share/flightgear/version:games/flightgear-data
-LLD_UNSAFE= yes
USES= alias cmake compiler cpe dos2unix gl jpeg openal:al,alut \
sqlite tar:bzip2
USE_XORG= ice sm x11 xext xft xi xinerama xmu xt
USE_GL= gl glew glu glut
+LLD_UNSAFE= yes
+
DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp)
CMAKE_ARGS+= -DSYSTEM_SQLITE:BOOL=ON \
-DFG_DATA_DIR:PATH=${LOCALBASE}/share/${PORTNAME} \