Date: Mon, 2 Jul 2018 13:28:02 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473734 - head/multimedia/kodi-addon-pvr-hts Message-ID: <201807021328.w62DS2jq022841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Mon Jul 2 13:28:02 2018 New Revision: 473734 URL: https://svnweb.freebsd.org/changeset/ports/473734 Log: multimedia/kodi-addon-pvr-hts: Fix build error in configure Reported by: pkg-fallout MFH: 2018Q3 Pointyhat to: myself Modified: head/multimedia/kodi-addon-pvr-hts/Makefile Modified: head/multimedia/kodi-addon-pvr-hts/Makefile ============================================================================== --- head/multimedia/kodi-addon-pvr-hts/Makefile Mon Jul 2 13:23:43 2018 (r473733) +++ head/multimedia/kodi-addon-pvr-hts/Makefile Mon Jul 2 13:28:02 2018 (r473734) @@ -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?201807021328.w62DS2jq022841>