Date: Tue, 14 Feb 2017 15:15:55 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434117 - head/games/xmoto Message-ID: <201702141515.v1EFFtmg001829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141515.v1EFFtmg001829>