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 | |
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')
-rw-r--r-- | games/secretmaryochronicles/Makefile | 3 | ||||
-rw-r--r-- | games/tnl/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index c9bc882597af..99754c06f0b4 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -7,6 +7,7 @@ PORTNAME= secretmaryochronicles PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= smclone @@ -15,7 +16,7 @@ DISTNAME= smc-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game -LIB_DEPENDS= CEGUIBase.2:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase.3:${PORTSDIR}/graphics/cegui \ boost_filesystem.4:${PORTSDIR}/devel/boost \ png.5:${PORTSDIR}/graphics/png 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 |