aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-06 17:49:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-06 17:49:05 +0000
commit9769e2955a31d532934360a2f01b3b645f41ea60 (patch)
treecf24071ff0b1911b10b8e735cd15715246fff3ba /games/flightgear
parent64edff58dbd9baa3912a52c2ac1d3d53c58b0c25 (diff)
Notes
Diffstat (limited to 'games/flightgear')
-rw-r--r--games/flightgear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index b781eb738ada..9a5ffa12aa8e 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -7,7 +7,7 @@
PORTNAME= FlightGear
PORTVERSION= 1.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
# see http://www.flightgear.org/templates.js
MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \
@@ -31,7 +31,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
.if defined(WITH_OSG_DEVEL)
-LIB_DEPENDS+= osg.57:${PORTSDIR}/graphics/osg-devel
+LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
.else
LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg
.endif