diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:26:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:26:00 +0800 |
commit | a1404a6b4475d38c7359155f3a24d99809ea318f (patch) | |
tree | fa9c3faaf3007eedd3b05365e542efa024fb9572 /games | |
parent | bc77fed2700daad77813f3c62ba1f87a792c2412 (diff) | |
download | freebsd-ports-graphics-a1404a6b4475d38c7359155f3a24d99809ea318f.tar.gz freebsd-ports-graphics-a1404a6b4475d38c7359155f3a24d99809ea318f.tar.zst freebsd-ports-graphics-a1404a6b4475d38c7359155f3a24d99809ea318f.zip |
- Bump PORTREVISION for x11/libxdg-basedir shlib change
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 2bcc588ff13..35ccdc95a03 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -18,7 +19,7 @@ COMMENT= Challenging 2D motocross platform game LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - xdg-basedir.1:${PORTSDIR}/x11/libxdg-basedir + xdg-basedir.2:${PORTSDIR}/x11/libxdg-basedir BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode GNU_CONFIGURE= yes |