diff options
author | oliver <oliver@FreeBSD.org> | 2008-12-06 22:36:46 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-12-06 22:36:46 +0800 |
commit | b4943826dcc912d9d366acb535fed50486e83144 (patch) | |
tree | 3b765bbe67c9e34338da412ff9191199e341d454 /games/tnl | |
parent | 4d838a5a35ee89983d149a54087497f260c2f2ba (diff) | |
download | freebsd-ports-gnome-b4943826dcc912d9d366acb535fed50486e83144.tar.gz freebsd-ports-gnome-b4943826dcc912d9d366acb535fed50486e83144.tar.zst freebsd-ports-gnome-b4943826dcc912d9d366acb535fed50486e83144.zip |
update cegui to 0.6.2
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 92bb1db761b7..5e1d4fab8735 100644 --- a/games/tnl/Makefile +++ b/games/tnl/Makefile @@ -7,7 +7,7 @@ PORTNAME= tnl PORTVERSION= 071111 -PORTREVISION= 2 +PORTREVISION= 3 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.2:${PORTSDIR}/graphics/cegui \ + CEGUIBase.3:${PORTSDIR}/graphics/cegui \ png.5:${PORTSDIR}/graphics/png \ GLEW.1:${PORTSDIR}/graphics/glew |