svn commit: r520005 - head/games/openmw

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 13 07:00:48 UTC 2019


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


More information about the svn-ports-all mailing list