Modified: trunk/dports/multimedia/mpv/Portfile (140412 => 140413)
--- trunk/dports/multimedia/mpv/Portfile 2015-09-19 02:22:00 UTC (rev 140412)
+++ trunk/dports/multimedia/mpv/Portfile 2015-09-19 04:57:20 UTC (rev 140413)
@@ -7,7 +7,7 @@
# Please revbump mpv whenever ffmpeg{,-devel} is updated!
github.setup mpv-player mpv 0.9.2 v
-revision 0
+revision 1
categories multimedia
license GPL-2+
maintainers ionic
@@ -415,11 +415,11 @@
}
variant osd description {Enable onscreen display and TrueType font support} {
- depends_lib-append port:lua
+ depends_lib-append port:lua52
configure.args-delete --disable-lua \
--disable-libass-osd
configure.args-append --enable-lua \
- --lua=52 \
+ --lua=52fbsd \
--enable-libass-osd
}