diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-12-15 16:36:51 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-12-15 16:36:51 +0000 |
commit | c0526b161a82515ee309428399c3563d6f029018 (patch) | |
tree | b1002bdfd7359e55547b40474d6bca047d54ff3a /games/openmw/Makefile | |
parent | b0bc4e5580d2f6fe80e0a7717e92276baa6ee908 (diff) | |
download | ports-c0526b161a82515ee309428399c3563d6f029018.tar.gz ports-c0526b161a82515ee309428399c3563d6f029018.zip |
Diffstat (limited to 'games/openmw/Makefile')
-rw-r--r-- | games/openmw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 0d4809c98d90..6a84fcef33c6 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -1,4 +1,5 @@ PORTNAME= openmw +PORTREVISION= 1 DISTVERSIONPREFIX= openmw- DISTVERSION= 0.47.0 CATEGORIES= games @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libboost_thread.so:devel/boost-libs \ libMyGUIEngine.so:x11-toolkits/mygui \ - libBulletCollision.so:devel/bullet \ + libBulletCollision.so:devel/bullet@double \ libosg.so:graphics/osg \ libRecast.so:graphics/recastnavigation \ libunshield.so:archivers/unshield \ |