Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 07:00:47 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520005 - head/games/openmw
Message-ID:  <201912130700.xBD70li0017636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Dec 13 07:00:47 2019
New Revision: 520005
URL: https://svnweb.freebsd.org/changeset/ports/520005

Log:
  games/openmw: Use graphics/osg

Modified:
  head/games/openmw/Makefile

Modified: head/games/openmw/Makefile
==============================================================================
--- head/games/openmw/Makefile	Fri Dec 13 07:00:00 2019	(r520004)
+++ head/games/openmw/Makefile	Fri Dec 13 07:00:47 2019	(r520005)
@@ -4,7 +4,7 @@
 PORTNAME=	openmw
 DISTVERSIONPREFIX=	openmw-
 DISTVERSION=	0.45.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libboost_thread.so:devel/boost-libs \
 		libBulletCollision.so:devel/bullet \
 		libMyGUIEngine.so:x11-toolkits/mygui \
-		libosg.so:graphics/osg34 \
+		libosg.so:graphics/osg \
 		libunshield.so:archivers/unshield
 
 USES=		cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130700.xBD70li0017636>