diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-12-10 05:07:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-12-10 05:07:13 +0800 |
commit | 3c0e98f54d362739323a2be202dccf6fa1838dcd (patch) | |
tree | 677be85d6f469ca92738c3dae6b4aaf35846b03a /games | |
parent | 86eb35c66797ab99587ef1bedc3c3a50779af409 (diff) | |
download | freebsd-ports-gnome-3c0e98f54d362739323a2be202dccf6fa1838dcd.tar.gz freebsd-ports-gnome-3c0e98f54d362739323a2be202dccf6fa1838dcd.tar.zst freebsd-ports-gnome-3c0e98f54d362739323a2be202dccf6fa1838dcd.zip |
- Move graphics/osg to graphics/osg34 in preparation for update to 3.6
PR: 230442
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear/Makefile | 3 | ||||
-rw-r--r-- | games/openmw/Makefile | 4 | ||||
-rw-r--r-- | games/palomino/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 0415a2943623..a75e90678a57 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,6 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2019.1.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -15,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs \ libfltk.so:x11-toolkits/fltk \ libfreetype.so:print/freetype2 \ - libosg.so:graphics/osg \ + libosg.so:graphics/osg34 \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libcurl.so:ftp/curl \ diff --git a/games/openmw/Makefile b/games/openmw/Makefile index fc5f2e3b567d..d0d1bcaa1115 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -4,7 +4,7 @@ PORTNAME= openmw DISTVERSIONPREFIX= openmw- DISTVERSION= 0.45.0 -PORTREVISION= 5 +PORTREVISION= 6 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/osg \ + libosg.so:graphics/osg34 \ libunshield.so:archivers/unshield USES= cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl xorg diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 84addbe7a5ee..c321914bce04 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -3,7 +3,7 @@ PORTNAME= palomino PORTVERSION= 20131231 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/palomino-sim DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ @@ -18,7 +18,7 @@ COMMENT= Action flight simulation computer program using OSG LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt -LIB_DEPENDS= libosg.so:graphics/osg +LIB_DEPENDS= libosg.so:graphics/osg34 USES= alias compiler:c++11-lang cmake:insource,noninja gl lua:51 tar:xz USE_CXXSTD= gnu++98 |