Permalink
Browse files
mediainfo: fix worksrcdir
- Loading branch information
Showing
with
5 additions
and
3 deletions.
-
+5
−3
multimedia/mediainfo/Portfile
|
|
@@ -24,7 +24,11 @@ homepage https://mediaarea.net |
|
|
depends_build port:pkgconfig |
|
|
depends_lib port:zenlib port:zlib port:mediainfolib |
|
|
|
|
|
worksrcdir ${worksrcdir}/Project/GNU/CLI |
|
|
if {${name} eq ${subport}} { |
|
|
worksrcdir ${worksrcdir}/Project/GNU/CLI |
|
|
} else { |
|
|
worksrcdir ${worksrcdir}/Project/GNU/GUI |
|
|
} |
|
|
|
|
|
use_autoreconf yes |
|
|
autoreconf.args-append --force --install |
|
|
@@ -44,8 +48,6 @@ subport MediaInfo-gui { |
|
|
|
|
|
depends_lib-append port:${wxWidgets.port} |
|
|
|
|
|
set worksrcpath ${workpath}/${worksrcdir}/Project/GNU/GUI |
|
|
|
|
|
configure.args --with-wx-config=${wxWidgets.wxconfig} \ |
|
|
--with-wx-prefix=${wxWidgets.prefix} |
|
|
|
|
|
|