From 5a099a0e640a4eb8afca18d2c3f942a108547417 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Mon, 16 Dec 2024 07:08:13 -0600 Subject: [PATCH] xine-lib: Spell --with-libaom correctly Closes: https://trac.macports.org/ticket/71550 --- multimedia/xine-lib/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/xine-lib/Portfile b/multimedia/xine-lib/Portfile index 63fbf8ab719..6f782cd7987 100644 --- a/multimedia/xine-lib/Portfile +++ b/multimedia/xine-lib/Portfile @@ -24,8 +24,8 @@ use_xz yes depends_build port:automake \ port:libtool \ port:optipng \ - port:xmlto \ - port:pkgconfig + path:bin/pkg-config:pkgconfig \ + port:xmlto depends_lib port:a52dec \ port:aalib \ @@ -99,13 +99,13 @@ configure.args --disable-silent-rules \ --enable-vpx \ --enable-xinerama \ --enable-xvmc \ - --with-aom \ --with-dav1d \ --with-esound \ --with-external-dvdnav \ --with-fontconfig \ --with-freetype \ --with-jack \ + --with-libaom \ --with-libflac \ --with-imagemagick \ --with-sdl \