diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 10:49:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 10:49:42 +0800 |
commit | 65ec77b3d094b986852026b0e5da2a749926f1f4 (patch) | |
tree | 78d20ffa86fb5bf02351985cc9db3b0b51126c38 /devel/simgear | |
parent | 04155581185793422e904afdc57476fbbdc93f15 (diff) | |
download | freebsd-ports-gnome-65ec77b3d094b986852026b0e5da2a749926f1f4.tar.gz freebsd-ports-gnome-65ec77b3d094b986852026b0e5da2a749926f1f4.tar.zst freebsd-ports-gnome-65ec77b3d094b986852026b0e5da2a749926f1f4.zip |
- Chase graphics/osg and graphics/osg-devel shlibver bumps
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 |