diff options
author | martymac <martymac@FreeBSD.org> | 2019-08-20 18:55:50 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2019-08-20 18:55:50 +0800 |
commit | 817fed8888616ae785563005121919afe779479a (patch) | |
tree | 598c7006740c6ed677f50b64c6a1516dd40a76ea /games/flightgear-terragear | |
parent | 029b02b6094c4c537dda77608a0cb50d352e891c (diff) | |
download | freebsd-ports-gnome-817fed8888616ae785563005121919afe779479a.tar.gz freebsd-ports-gnome-817fed8888616ae785563005121919afe779479a.tar.zst freebsd-ports-gnome-817fed8888616ae785563005121919afe779479a.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-terragear')
-rw-r--r-- | games/flightgear-terragear/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/flightgear-terragear/Makefile b/games/flightgear-terragear/Makefile index 5559501f3bc0..b1d9e9a6f4c8 100644 --- a/games/flightgear-terragear/Makefile +++ b/games/flightgear-terragear/Makefile @@ -2,7 +2,7 @@ PORTNAME= flightgear-terragear PORTVERSION= 20171007 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= mike.d.ft402@gmail.com @@ -10,7 +10,6 @@ COMMENT= Tools for building scenery for the FlightGear project LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear LIB_DEPENDS= libCGAL.so:math/cgal \ libgdal.so:graphics/gdal \ libmpfr.so:math/mpfr \ @@ -20,8 +19,8 @@ LIB_DEPENDS= libCGAL.so:math/cgal \ libboost_chrono.so:devel/boost-libs \ libboost_date_time.so:devel/boost-libs \ libboost_atomic.so:devel/boost-libs \ - libtiff.so:graphics/tiff -RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear + libtiff.so:graphics/tiff \ + libSimGearCore.so:devel/simgear USES= cmake compiler:c++11-lang |