diff options
author | oliver <oliver@FreeBSD.org> | 2012-06-24 16:21:14 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-06-24 16:21:14 +0800 |
commit | b53cf7a65ea017d39e4e32fab532c058e3ee4832 (patch) | |
tree | 4adc1f08d1cebd6464116633eacec033f56ab4da /games/sumwars | |
parent | 439525eb74757a501db3d838f4d1d91246692208 (diff) | |
download | freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.tar.gz freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.tar.zst freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.zip |
update cegui to 0.7.6
ignore tinyxml when installed and always use local copy [1]
PR: ports/164547 [1]
Submitted by: Yanhui Shen <shen.elf@gmail.com> [1]
Diffstat (limited to 'games/sumwars')
-rw-r--r-- | games/sumwars/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sumwars/Makefile b/games/sumwars/Makefile index e4863b587d86..4438bcacbaf0 100644 --- a/games/sumwars/Makefile +++ b/games/sumwars/Makefile @@ -7,7 +7,7 @@ PORTNAME= sumwars PORTVERSION= 0.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/sumwars/${PORTVERSION} DISTNAME= sumwars-${PORTVERSION}-src @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet 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.0:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase-0.7.6.0:${PORTSDIR}/graphics/cegui \ vorbis.4:${PORTSDIR}/audio/libvorbis \ PocoNet.12:${PORTSDIR}/devel/poco \ physfs.1:${PORTSDIR}/devel/physfs |