diff options
author | oliver <oliver@FreeBSD.org> | 2010-01-02 08:31:45 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-01-02 08:31:45 +0000 |
commit | 3437df20a5a9aecfba15eb902857c72c89068f9c (patch) | |
tree | d53c5379c85cdf0c09e93ef0c74aca5b31cc1c4c /games | |
parent | 7173ca1664b5ac03f4b00881f76e60b78e8aa624 (diff) | |
download | FreeBSD-ports-3437df20a5a9aecfba15eb902857c72c89068f9c.zip FreeBSD-ports-3437df20a5a9aecfba15eb902857c72c89068f9c.tar.gz |
update graphics/ogre3d to 1.6.5
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 5 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 2797757..f9d4ec9 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,6 +7,7 @@ PORTNAME= ember PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ @@ -17,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.4.so:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.4.so:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.5.so:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.5.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 808778f31..1578669 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -7,7 +7,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= vegastrike-source-${PORTVERSION} |