diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2018-07-02 13:29:25 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2018-07-02 13:29:25 +0000 |
| commit | df64d410d202e5cc6a3163f9cdeb8b3a9c3b4eaa (patch) | |
| tree | becfb5abc606b76dac8b3024098ffe5ebf18a3fc | |
| parent | - Add LLD_UNSAFE in attempt to fix build with lld (diff) | |
multimedia/kodi-addon-pvr-iptvsimple: Fix build error in configure
Reported by: pkg-fallout
MFH: 2018Q3
Pointyhat to: myself
Notes
Notes:
svn path=/head/; revision=473736
| -rw-r--r-- | multimedia/kodi-addon-pvr-iptvsimple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/kodi-addon-pvr-iptvsimple/Makefile b/multimedia/kodi-addon-pvr-iptvsimple/Makefile index fda35fbe88ed..69855b712abd 100644 --- a/multimedia/kodi-addon-pvr-iptvsimple/Makefile +++ b/multimedia/kodi-addon-pvr-iptvsimple/Makefile @@ -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 |
