Date: Sat, 30 Jun 2018 20:39:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473642 - in head/multimedia: kodi-addon-pvr-hts kodi-addon-pvr-iptvsimple Message-ID: <201806302039.w5UKdxkx064685@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jun 30 20:39:59 2018 New Revision: 473642 URL: https://svnweb.freebsd.org/changeset/ports/473642 Log: Remove redundant BUILD_DEPENDS Modified: head/multimedia/kodi-addon-pvr-hts/Makefile head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Modified: head/multimedia/kodi-addon-pvr-hts/Makefile ============================================================================== --- head/multimedia/kodi-addon-pvr-hts/Makefile Sat Jun 30 20:27:03 2018 (r473641) +++ head/multimedia/kodi-addon-pvr-hts/Makefile Sat Jun 30 20:39:59 2018 (r473642) @@ -10,7 +10,6 @@ COMMENT= Tvheadend PVR addon for Kodi LICENSE= GPLv2+ -BUILD_DEPENDS= cmake:devel/cmake LIB_DEPENDS= libp8-platform.so:devel/p8-platform \ libkodiplatform.so:devel/kodi-platform RUN_DEPENDS= kodi:multimedia/kodi Modified: head/multimedia/kodi-addon-pvr-iptvsimple/Makefile ============================================================================== --- head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Sat Jun 30 20:27:03 2018 (r473641) +++ head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Sat Jun 30 20:39:59 2018 (r473642) @@ -10,7 +10,6 @@ COMMENT= IPTV Live TV and Radio PVR client for Kodi LICENSE= GPLv2+ -BUILD_DEPENDS= cmake:devel/cmake 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?201806302039.w5UKdxkx064685>