View | Details | Raw Unified | Return to bug 245824 | Differences between
and this patch

Collapse All | Expand All

(-)games/flightgear-terragear/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	flightgear-terragear
3
PORTNAME=	flightgear-terragear
4
PORTVERSION=	20171007
4
PORTVERSION=	20171007
5
PORTREVISION=	10
5
PORTREVISION=	11
6
CATEGORIES=	games
6
CATEGORIES=	games
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
Lines 10-17 Link Here
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
LIB_DEPENDS=	libCGAL.so:math/cgal \
13
BUILD_DEPENDS=	${LOCALBASE}/lib/cmake/CGAL/UseCGAL.cmake:math/cgal
14
		libgdal.so:graphics/gdal \
14
LIB_DEPENDS=	libgdal.so:graphics/gdal \
15
		libmpfr.so:math/mpfr \
15
		libmpfr.so:math/mpfr \
16
		libgmp.so:math/gmp \
16
		libgmp.so:math/gmp \
17
		libboost_thread.so:devel/boost-libs \
17
		libboost_thread.so:devel/boost-libs \
(-)games/flightgear-terragear/files/patch-src_CMakeLists.txt (+8 lines)
Line 0 Link Here
1
--- src/CMakeLists.txt.orig	2020-04-22 13:06:31 UTC
2
+++ src/CMakeLists.txt
3
@@ -1,3 +1,5 @@
4
+
5
+find_package(Boost COMPONENTS thread system REQUIRED)
6
 add_subdirectory(Prep)
7
 add_subdirectory(Lib)
8
 add_subdirectory(Airports)

Return to bug 245824