diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-08-01 06:03:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-08-01 06:03:14 +0000 |
commit | a234f8033db6d0ccadf66e12b476c76061daae06 (patch) | |
tree | 5a0d6a8a86281998ca6ce1d615e33466d07f4c28 /games/ember | |
parent | 6294b246b1271cb466bf2eca7defa22dd0b9460f (diff) | |
download | ports-a234f8033db6d0ccadf66e12b476c76061daae06.tar.gz ports-a234f8033db6d0ccadf66e12b476c76061daae06.zip |
Notes
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 3549f4da1f32..47db1c795361 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,6 +7,7 @@ PORTNAME= ember PORTVERSION= 0.6.1 +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.so.1.7.2:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${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 \ |