diff options
author | oliver <oliver@FreeBSD.org> | 2008-07-03 00:43:44 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-07-03 00:43:44 +0800 |
commit | ad1eef1402136a6b72ea27d3aaf8ea40843aadfb (patch) | |
tree | c87390b68a755226ed8dfe50e00a310ddb51ef02 /games/tnl | |
parent | 144527259e5f06389e38fd1b1657a5caa19a6182 (diff) | |
download | freebsd-ports-gnome-ad1eef1402136a6b72ea27d3aaf8ea40843aadfb.tar.gz freebsd-ports-gnome-ad1eef1402136a6b72ea27d3aaf8ea40843aadfb.tar.zst freebsd-ports-gnome-ad1eef1402136a6b72ea27d3aaf8ea40843aadfb.zip |
update cegui to 0.6.1
bump PORTREVISION for the affected ports
Diffstat (limited to 'games/tnl')
-rw-r--r-- | games/tnl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tnl/Makefile b/games/tnl/Makefile index a32d68d76422..d43c49efcb76 100644 --- a/games/tnl/Makefile +++ b/games/tnl/Makefile @@ -7,7 +7,7 @@ PORTNAME= tnl PORTVERSION= 071111 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://tnlgame.net/downloads/tnl/${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - CEGUIBase.1:${PORTSDIR}/graphics/cegui \ + CEGUIBase.2:${PORTSDIR}/graphics/cegui \ png.5:${PORTSDIR}/graphics/png \ GLEW.1:${PORTSDIR}/graphics/glew |