diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 06:57:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 06:57:18 +0800 |
commit | 05eede16d39e116c93c42aa5bd70b20b81afb892 (patch) | |
tree | 7a6596f3558f13d99f285f44ad42e3bfd96b69ad /multimedia | |
parent | 1cde7a16d94eaaace4aeb382a00aba9b9836e840 (diff) | |
download | freebsd-ports-gnome-05eede16d39e116c93c42aa5bd70b20b81afb892.tar.gz freebsd-ports-gnome-05eede16d39e116c93c42aa5bd70b20b81afb892.tar.zst freebsd-ports-gnome-05eede16d39e116c93c42aa5bd70b20b81afb892.zip |
Switch to lua 5.2
Enforce the lua version
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index f11ff68e446e..71ee9355b878 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 \ |