diff options
author | oliver <oliver@FreeBSD.org> | 2009-10-16 01:04:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-10-16 01:04:42 +0800 |
commit | 56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9 (patch) | |
tree | 8899ec50817272b74c6ea5d6307dfa2cf185a820 /games | |
parent | 7dd1ce8d7e95fe20ed841976850e21d003a43ba4 (diff) | |
download | freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.tar.gz freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.tar.zst freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.zip |
update graphics/ogre3d to 1.6.3
bump PORTREVISION on affected ports
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 6 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index e8a6bdaccacf..825b93dac184 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,7 +7,7 @@ PORTNAME= ember PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ @@ -18,8 +18,8 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= oliver@FreeBSD.org COMMENT= Ember is a WorldForge 3d client using the OGRE 3d library -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ eris-1.3:${PORTSDIR}/devel/eris \ varconf-1.0.6:${PORTSDIR}/devel/varconf \ diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 09a84ede1513..c10416127107 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -7,7 +7,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= vegastrike-source-${PORTVERSION} |