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 /games/fgrun | |
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 'games/fgrun')
-rw-r--r-- | games/fgrun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index 1f22bf5ea215..ca1785b4eb85 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -7,6 +7,7 @@ PORTNAME= fgrun PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF @@ -35,9 +36,9 @@ PLIST_SUB+= NLS="" .endif .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 post-patch: |