diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2012-01-27 12:11:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2012-01-27 12:11:13 +0000 |
commit | d3d0739dacb582e180a86d5d5b935dda69002f28 (patch) | |
tree | c6aa34f1f6dfdca3ebf9ecf5adf433ff13786c29 /games/sumwars | |
parent | f90647f6ecd91b479e78d2f4530bb964e8931018 (diff) |
bump PORTREVISION for ogre3d update
Notes
Notes:
svn path=/head/; revision=289876
Diffstat (limited to 'games/sumwars')
-rw-r--r-- | games/sumwars/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/sumwars/Makefile b/games/sumwars/Makefile index 6d594f486a35..20911b8ce3c8 100644 --- a/games/sumwars/Makefile +++ b/games/sumwars/Makefile @@ -7,6 +7,7 @@ PORTNAME= sumwars PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/sumwars/${PORTVERSION} DISTNAME= sumwars-${PORTVERSION}-src @@ -15,10 +16,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= devel@stasyan.com COMMENT= Role-playing game, featuring both a single and a multiplayer mode -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois \ ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d \ +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois LIB_DEPENDS= CEGUIBase-0.7.5:${PORTSDIR}/graphics/cegui \ vorbis.4:${PORTSDIR}/audio/libvorbis \ |