Date: Mon, 2 Jul 2018 15:05:00 +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: r473746 - branches/2018Q3/multimedia/kodi-addon-pvr-hts Message-ID: <201807021505.w62F50dq074277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Mon Jul 2 15:05:00 2018 New Revision: 473746 URL: https://svnweb.freebsd.org/changeset/ports/473746 Log: MFH: r473734 multimedia/kodi-addon-pvr-hts: Fix build error in configure Reported by: pkg-fallout Pointyhat to: myself Approved by: ports-secteam (zi) Modified: branches/2018Q3/multimedia/kodi-addon-pvr-hts/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/multimedia/kodi-addon-pvr-hts/Makefile ============================================================================== --- branches/2018Q3/multimedia/kodi-addon-pvr-hts/Makefile Mon Jul 2 14:55:47 2018 (r473745) +++ branches/2018Q3/multimedia/kodi-addon-pvr-hts/Makefile Mon Jul 2 15:05:00 2018 (r473746) @@ -10,6 +10,7 @@ COMMENT= Tvheadend PVR addon 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?201807021505.w62F50dq074277>