diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-01 02:49:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-01 02:49:42 +0000 |
commit | 526821aa8d37e6cabb252cdca0e3e283035a1a7f (patch) | |
tree | 8abd515b556176e23bafbf95a7786bb520cc7d21 /devel/simgear | |
parent | 13d22411793c9d7a16ed25440d278e54868cd231 (diff) | |
download | ports-526821aa8d37e6cabb252cdca0e3e283035a1a7f.tar.gz ports-526821aa8d37e6cabb252cdca0e3e283035a1a7f.zip |
Notes
Diffstat (limited to 'devel/simgear')
-rw-r--r-- | devel/simgear/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index a4b5991f6fe0..c2232cddc3ef 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -7,6 +7,7 @@ PORTNAME= SimGear PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/Source/ \ ftp://ftp.simgear.org/pub/simgear/Source/ @@ -22,9 +23,9 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ boost_thread.4:${PORTSDIR}/devel/boost .if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.54:${PORTSDIR}/graphics/osg-devel +LIB_DEPENDS+= osg.57:${PORTSDIR}/graphics/osg-devel .else -LIB_DEPENDS+= osg.48:${PORTSDIR}/graphics/osg +LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg .endif USE_XORG= ice sm x11 xext xi xt xmu |