svn commit: r434117 - head/games/xmoto

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 14 15:15:56 UTC 2017


Author: tijl
Date: Tue Feb 14 15:15:55 2017
New Revision: 434117
URL: https://svnweb.freebsd.org/changeset/ports/434117

Log:
  Port uses shared libode after r434086.

Modified:
  head/games/xmoto/Makefile

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Tue Feb 14 15:12:46 2017	(r434116)
+++ head/games/xmoto/Makefile	Tue Feb 14 15:15:55 2017	(r434117)
@@ -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 platfo
 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


More information about the svn-ports-head mailing list