aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-02-14 15:15:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-02-14 15:15:55 +0000
commit8b33e946c1573c7a93f92411923e0e667438496b (patch)
treeec6c759f0a0a3f826aafa766b6a7aca2e39fac18 /games/xmoto
parent6179e54ca3b7ca5bfd1996de45d19e83190198b1 (diff)
downloadports-8b33e946c1573c7a93f92411923e0e667438496b.tar.gz
ports-8b33e946c1573c7a93f92411923e0e667438496b.zip
Port uses shared libode after r434086.
Notes
Notes: svn path=/head/; revision=434117
Diffstat (limited to 'games/xmoto')
-rw-r--r--games/xmoto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile
index 10bd467e04dc..7936e28e738b 100644
--- a/games/xmoto/Makefile
+++ b/games/xmoto/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmoto
PORTVERSION= 0.5.11
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
http://mirror.amdmi3.ru/distfiles/
@@ -15,10 +15,10 @@ COMMENT= Challenging 2D motocross platform game
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng.so:graphics/png \
+LIB_DEPENDS= libode.so:devel/ode \
+ libpng.so:graphics/png \
libcurl.so:ftp/curl \
libxdg-basedir.so:x11/libxdg-basedir
-BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode
GNU_CONFIGURE= yes
USES= compiler:features dos2unix gmake jpeg localbase lua:51 sqlite