diff options
author | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
commit | 190df53765225dba0d1baed51432c6f9f3ce7267 (patch) | |
tree | f7f2c2194f86d21009a4ef30fe99c5ad94f72aa4 /games/tmw | |
parent | 792d20cadf74bec8b52bafca4843631d8bca87ac (diff) | |
download | freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.gz freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.zst freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.zip |
Chase the ftp/curl shlib version bump.
Diffstat (limited to 'games/tmw')
-rw-r--r-- | games/tmw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 17c81a2b7b04..3b6962e937d3 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -7,7 +7,7 @@ PORTNAME= tmw PORTVERSION= 0.0.29.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/themanaworld/The%20Mana%20World/${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -17,7 +17,7 @@ COMMENT= A free open source 2D MMORPG in development LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ png.6:${PORTSDIR}/graphics/png \ - curl.5:${PORTSDIR}/ftp/curl \ + curl.6:${PORTSDIR}/ftp/curl \ physfs.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan RUN_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan |