Date: Mon, 21 Apr 2014 22:57:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351731 - head/multimedia/mpv Message-ID: <201404212257.s3LMvIge078099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 21 22:57:18 2014 New Revision: 351731 URL: http://svnweb.freebsd.org/changeset/ports/351731 QAT: https://qat.redports.org/buildarchive/r351731/ Log: Switch to lua 5.2 Enforce the lua version Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Apr 21 22:54:16 2014 (r351730) +++ head/multimedia/mpv/Makefile Mon Apr 21 22:57:18 2014 (r351731) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.3.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://waf.googlecode.com/files/:1 @@ -26,14 +27,14 @@ GH_COMMIT= 2758bc4 WAF_VERSION= 1.7.15 -USES= compiler:c11 desktop-file-utils gmake iconv pkgconfig +USES= compiler:c11 desktop-file-utils gmake iconv lua pkgconfig USE_PYTHON_BUILD= yes -USE_LUA= 5.1-5.2 USE_XORG= x11 xv xxf86vm INSTALLS_ICONS= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ + --lua=${LUA_VER_STR}fbsd \ --disable-debug-build \ --disable-mpg123 \ --disable-alsa \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404212257.s3LMvIge078099>