diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-08-20 10:55:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-08-20 10:55:50 +0000 |
commit | 432ea66a47faf7e90ecac0140e2391ed1222351d (patch) | |
tree | 598c7006740c6ed677f50b64c6a1516dd40a76ea /games/flightgear | |
parent | 691977e492395b6ed17603e686852cd91186c558 (diff) | |
download | freebsd-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]
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 7 |
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/ |