diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-06 17:49:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-06 17:49:05 +0000 |
commit | 9769e2955a31d532934360a2f01b3b645f41ea60 (patch) | |
tree | cf24071ff0b1911b10b8e735cd15715246fff3ba /games | |
parent | 64edff58dbd9baa3912a52c2ac1d3d53c58b0c25 (diff) | |
download | ports-9769e2955a31d532934360a2f01b3b645f41ea60.tar.gz ports-9769e2955a31d532934360a2f01b3b645f41ea60.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/fgrun/Makefile | 4 | ||||
-rw-r--r-- | games/flightgear/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index ca1785b4eb85..0e5e6e2d5566 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -7,7 +7,7 @@ PORTNAME= fgrun PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF @@ -36,7 +36,7 @@ PLIST_SUB+= NLS="" .endif .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 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 |