diff options
author | oliver <oliver@FreeBSD.org> | 2012-01-27 20:11:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-01-27 20:11:13 +0800 |
commit | 40578ed29ce6bb8d0a4886de65c25a9d25273c04 (patch) | |
tree | 9ada8e2b565443860d7507ad1a4db7f3bd36c0d0 /games | |
parent | a8de025b87f5e1803d97fe2d94436899211d8868 (diff) | |
download | freebsd-ports-gnome-40578ed29ce6bb8d0a4886de65c25a9d25273c04.tar.gz freebsd-ports-gnome-40578ed29ce6bb8d0a4886de65c25a9d25273c04.tar.zst freebsd-ports-gnome-40578ed29ce6bb8d0a4886de65c25a9d25273c04.zip |
bump PORTREVISION for ogre3d update
Diffstat (limited to 'games')
-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 \ |