aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-08-20 10:55:50 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-08-20 10:55:50 +0000
commit432ea66a47faf7e90ecac0140e2391ed1222351d (patch)
tree598c7006740c6ed677f50b64c6a1516dd40a76ea /games/flightgear/Makefile
parent691977e492395b6ed17603e686852cd91186c558 (diff)
downloadports-432ea66a47faf7e90ecac0140e2391ed1222351d.tar.gz
ports-432ea66a47faf7e90ecac0140e2391ed1222351d.zip
devel/simgear: Use expat from ports instead of internal version
That prepares the port for the upcoming update of textproc/expat2. As a consequence, Simgear is now provided as a shared library (only). That commit chases dependencies to Simgear and fixes them for dependent ports [1]. PR: 239282 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: portmgr blanket [1]
Notes
Notes: svn path=/head/; revision=509420
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r--games/flightgear/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 9707566fe401..6f4b25c99840 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flightgear
PORTVERSION= 2018.3.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@@ -20,12 +20,11 @@ LIB_DEPENDS= libpng.so:graphics/png \
libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp \
libcurl.so:ftp/curl \
- libudev.so:devel/libudev-devd
+ libudev.so:devel/libudev-devd \
+ libSimGearCore.so:devel/simgear
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
- ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
- ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
${LOCALBASE}/share/flightgear/version:games/flightgear-data
# Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/