Date: Mon, 2 Jul 2018 15:06:06 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r473747 - branches/2018Q3/multimedia/kodi-addon-pvr-iptvsimple Message-ID: <201807021506.w62F66Ke074471@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Mon Jul 2 15:06:06 2018 New Revision: 473747 URL: https://svnweb.freebsd.org/changeset/ports/473747 Log: MFH: r473736 multimedia/kodi-addon-pvr-iptvsimple: Fix build error in configure Reported by: pkg-fallout Pointyhat to: myself Approved by: ports-secteam (zi) Modified: branches/2018Q3/multimedia/kodi-addon-pvr-iptvsimple/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/multimedia/kodi-addon-pvr-iptvsimple/Makefile ============================================================================== --- branches/2018Q3/multimedia/kodi-addon-pvr-iptvsimple/Makefile Mon Jul 2 15:05:00 2018 (r473746) +++ branches/2018Q3/multimedia/kodi-addon-pvr-iptvsimple/Makefile Mon Jul 2 15:06:06 2018 (r473747) @@ -10,6 +10,7 @@ COMMENT= IPTV Live TV and Radio PVR client for Kodi LICENSE= GPLv2+ +BUILD_DEPENDS= ${LOCALBASE}/lib/kodi/KodiConfig.cmake:multimedia/kodi LIB_DEPENDS= libp8-platform.so:devel/p8-platform \ libkodiplatform.so:devel/kodi-platform RUN_DEPENDS= kodi:multimedia/kodi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807021506.w62F66Ke074471>