diff options
author | oliver <oliver@FreeBSD.org> | 2010-01-02 16:31:45 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-01-02 16:31:45 +0800 |
commit | 3437df20a5a9aecfba15eb902857c72c89068f9c (patch) | |
tree | d53c5379c85cdf0c09e93ef0c74aca5b31cc1c4c /games/ember | |
parent | 7173ca1664b5ac03f4b00881f76e60b78e8aa624 (diff) | |
download | freebsd-ports-gnome-3437df20a5a9aecfba15eb902857c72c89068f9c.tar.gz freebsd-ports-gnome-3437df20a5a9aecfba15eb902857c72c89068f9c.tar.zst freebsd-ports-gnome-3437df20a5a9aecfba15eb902857c72c89068f9c.zip |
update graphics/ogre3d to 1.6.5
Diffstat (limited to 'games/ember')
-rw-r--r-- | games/ember/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 2797757e4337..f9d4ec943b5f 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 \ |