diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-11 23:27:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-11 23:27:24 +0000 |
commit | 9507c3a524a13fb8d4c8993001dfa7c47e2592f1 (patch) | |
tree | f7aad87b03a4827a3eb7f49abe0475328a2cd107 /games/xmoto/Makefile | |
parent | f6f732e45d1a1a58441fe7d3f639fe1c109483b6 (diff) |
Notes
Diffstat (limited to 'games/xmoto/Makefile')
-rw-r--r-- | games/xmoto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 1c3f065fbb86..f05d84b20543 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.5.2 -PORTREVISION= 4 +PORTVERSION= 0.5.3 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -18,7 +17,8 @@ COMMENT= Challenging 2D motocross platform game LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - curl.6:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl \ + xdg-basedir.1:${PORTSDIR}/x11/libxdg-basedir BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode GNU_CONFIGURE= yes |