diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
commit | 8fed2698e159437710829d9279105e2d09a5f6a9 (patch) | |
tree | 901fc4f9a048ed3fed08740b96a7cd572bc74c5c /games/tmw | |
parent | 532c41471e2b914c47719f42f26ccf73f66e4e25 (diff) |
Notes
Diffstat (limited to 'games/tmw')
-rw-r--r-- | games/tmw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index b9377f372a09..3843d8779f05 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -7,6 +7,7 @@ PORTNAME= tmw PORTVERSION= 0.0.28.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= themanaworld @@ -18,7 +19,7 @@ COMMENT= A free open source 2D MMORPG in development LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ curl.5:${PORTSDIR}/ftp/curl \ - physfs-1.0.1:${PORTSDIR}/devel/physfs + physfs.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan RUN_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan |