diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-26 23:39:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-26 23:39:31 +0000 |
commit | f6c4ac8eb8488a8a4711e92c8d4e9d08c549e1b2 (patch) | |
tree | f319456eacfc5353325a84f7c4f76a2c5673be66 /graphics/rigsofrods-caelum/Makefile | |
parent | 392cafaf3a605ce28e99874f7b80e931782bd091 (diff) | |
download | ports-f6c4ac8eb8488a8a4711e92c8d4e9d08c549e1b2.tar.gz ports-f6c4ac8eb8488a8a4711e92c8d4e9d08c549e1b2.zip |
- Copy graphics/ogre3d to graphics/ogre3d19 and add mutual conflicts
- Switch all ogre3d consumers to ogre3d19
This allows to update ogre3d to the latest version without breaking
existing ports. The plans are also to make it possible for both ogre3d
versions to coexist.
Approved by: oliver (discussed via private email)
Notes
Notes:
svn path=/head/; revision=500178
Diffstat (limited to 'graphics/rigsofrods-caelum/Makefile')
-rw-r--r-- | graphics/rigsofrods-caelum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rigsofrods-caelum/Makefile b/graphics/rigsofrods-caelum/Makefile index 66194fc4d590..8254baded004 100644 --- a/graphics/rigsofrods-caelum/Makefile +++ b/graphics/rigsofrods-caelum/Makefile @@ -4,6 +4,7 @@ PORTNAME= rigsofrods-caelum PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= monwarez@mailoo.org @@ -12,7 +13,7 @@ COMMENT= OGRE plugin for atmospheric effects LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/lgpl.txt -LIB_DEPENDS= libOgreMain.so:graphics/ogre3d +LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19 USE_GITHUB= yes GH_ACCOUNT= RigsOfRods |