aboutsummaryrefslogtreecommitdiffstats
path: root/devel/simgear/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r--devel/simgear/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index 8088eba4c2da..f37f6177e668 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= SimGear
-PORTVERSION= 0.3.7
+PORTVERSION= 0.3.8
CATEGORIES= devel games
MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \
ftp://ftp.de.flightgear.org/pub/simgear/Source/
@@ -28,6 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" \
CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>