diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-13 07:00:47 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-13 07:00:47 +0000 |
commit | 4157b0feecd74941d4f4370b66a175f5d8c3d3dc (patch) | |
tree | 26815e20669023fea44dd8e3ae9cf91388219b88 /games/openmw | |
parent | 35cec43ee3c062f63a49ceba399139e91a924c78 (diff) | |
download | ports-4157b0feecd74941d4f4370b66a175f5d8c3d3dc.tar.gz ports-4157b0feecd74941d4f4370b66a175f5d8c3d3dc.zip |
Notes
Diffstat (limited to 'games/openmw')
-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 |