diff options
Diffstat (limited to 'games/openmw/Makefile')
-rw-r--r-- | games/openmw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openmw/Makefile b/games/openmw/Makefile index b9cfa02f143f..1439c906cb4b 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -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 |