aboutsummaryrefslogtreecommitdiff
path: root/games/sumwars
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2012-01-27 12:11:13 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2012-01-27 12:11:13 +0000
commitd3d0739dacb582e180a86d5d5b935dda69002f28 (patch)
treec6aa34f1f6dfdca3ebf9ecf5adf433ff13786c29 /games/sumwars
parentf90647f6ecd91b479e78d2f4530bb964e8931018 (diff)
bump PORTREVISION for ogre3d update
Notes
Notes: svn path=/head/; revision=289876
Diffstat (limited to 'games/sumwars')
-rw-r--r--games/sumwars/Makefile5
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 \