aboutsummaryrefslogtreecommitdiffstats
path: root/games/flightgear
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-05-07 01:49:05 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-05-07 01:49:05 +0800
commit47493457c2b2f35868ed19edf3d524ed2c8227c1 (patch)
tree44ce59a785b1e715855caa75298a886f30634aae /games/flightgear
parent7227e11fad360710622a075f4baf610bc372a518 (diff)
downloadfreebsd-ports-gnome-47493457c2b2f35868ed19edf3d524ed2c8227c1.tar.gz
freebsd-ports-gnome-47493457c2b2f35868ed19edf3d524ed2c8227c1.tar.zst
freebsd-ports-gnome-47493457c2b2f35868ed19edf3d524ed2c8227c1.zip
- Chase graphics/osg-devel shlib version bump
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