diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /multimedia/kodi | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'multimedia/kodi')
-rw-r--r-- | multimedia/kodi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 0ddc4f61726a..dcede8f2eb4c 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -39,7 +39,6 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass \ libgnutls.so:${PORTSDIR}/security/gnutls \ liblzo2.so:${PORTSDIR}/archivers/lzo2 \ libjasper.so:${PORTSDIR}/graphics/jasper \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libltdl.so:${PORTSDIR}/devel/libltdl \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 \ @@ -62,7 +61,7 @@ GH_ACCOUNT= xbmc GH_PROJECT= ffmpeg GH_TAGNAME= 2.4.6-Helix -USES= autoreconf:build gettext gmake iconv:wchar_t libtool \ +USES= autoreconf:build gettext gmake iconv:wchar_t jpeg libtool \ pkgconfig python:2 GNU_CONFIGURE= yes USE_XORG= xt xmu xtst xrandr |