From owner-svn-ports-head@freebsd.org Mon Jul 2 13:28:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 772701029438; Mon, 2 Jul 2018 13:28:03 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0C688920; Mon, 2 Jul 2018 13:28:03 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CE29616F; Mon, 2 Jul 2018 13:28:03 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w62DS2YK022842; Mon, 2 Jul 2018 13:28:02 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w62DS2jq022841; Mon, 2 Jul 2018 13:28:02 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201807021328.w62DS2jq022841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 2 Jul 2018 13:28:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/multimedia/kodi-addon-pvr-hts X-SVN-Commit-Revision: 473734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 13:28:03 -0000 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