diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-08 05:35:11 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-08 05:35:11 +0000 |
commit | be7d93cd66b4ef5c0010642618cf28be0ac81361 (patch) | |
tree | 1273d892c174cbd1f65aabf35fab1208cd673c53 /games | |
parent | 6f1a28bc03892b3c094cb8d98898cea18cfa4e80 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear-terragear/Makefile | 6 | ||||
-rw-r--r-- | games/flightgear-terragear/files/patch-src_CMakeLists.txt | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games/flightgear-terragear/Makefile b/games/flightgear-terragear/Makefile index 48336d64d96c..a5b1898651fd 100644 --- a/games/flightgear-terragear/Makefile +++ b/games/flightgear-terragear/Makefile @@ -2,7 +2,7 @@ PORTNAME= flightgear-terragear PORTVERSION= 20171007 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -10,8 +10,8 @@ COMMENT= Tools for building scenery for the FlightGear project LICENSE= GPLv2 -LIB_DEPENDS= libCGAL.so:math/cgal \ - libgdal.so:graphics/gdal \ +BUILD_DEPENDS= cgal>0:math/cgal +LIB_DEPENDS= libgdal.so:graphics/gdal \ libmpfr.so:math/mpfr \ libgmp.so:math/gmp \ libboost_thread.so:devel/boost-libs \ diff --git a/games/flightgear-terragear/files/patch-src_CMakeLists.txt b/games/flightgear-terragear/files/patch-src_CMakeLists.txt new file mode 100644 index 000000000000..dd8965874396 --- /dev/null +++ b/games/flightgear-terragear/files/patch-src_CMakeLists.txt @@ -0,0 +1,8 @@ +--- src/CMakeLists.txt.orig 2020-04-22 13:06:31 UTC ++++ src/CMakeLists.txt +@@ -1,3 +1,5 @@ ++ ++find_package(Boost COMPONENTS thread system REQUIRED) + add_subdirectory(Prep) + add_subdirectory(Lib) + add_subdirectory(Airports) |