diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-31 12:44:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-31 12:44:59 +0000 |
commit | 08115379880deb3d1b93940dba0ee37a9416a1e5 (patch) | |
tree | 601d2a7e2ac3a023e2569db7cf93f758f00825ea /games/tmw/Makefile | |
parent | ed05c28eded7b4f4bac151d89a7f60d18b4c833f (diff) | |
download | ports-08115379880deb3d1b93940dba0ee37a9416a1e5.tar.gz ports-08115379880deb3d1b93940dba0ee37a9416a1e5.zip |
- Update to 0.0.25
PR: ports/126033
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=217879
Diffstat (limited to 'games/tmw/Makefile')
-rw-r--r-- | games/tmw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 25ff52c79e7e..9ac2440b5bc1 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tmw -PORTVERSION= 0.0.24.1 +PORTVERSION= 0.0.25 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= themanaworld @@ -19,8 +19,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ curl.4:${PORTSDIR}/ftp/curl \ physfs-1.0.1:${PORTSDIR}/devel/physfs -BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan -RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan +BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan +RUN_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan GNU_CONFIGURE= yes USE_SDL= sdl image mixer net |