Date: Sun, 31 Dec 2017 10:22:58 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457681 - head/multimedia/kodi-devel Message-ID: <201712311022.vBVAMw5N072284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Dec 31 10:22:57 2017 New Revision: 457681 URL: https://svnweb.freebsd.org/changeset/ports/457681 Log: multimedia/kodi-devel: Fix silly typo Modified: head/multimedia/kodi-devel/Makefile Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Sun Dec 31 10:14:03 2017 (r457680) +++ head/multimedia/kodi-devel/Makefile Sun Dec 31 10:22:57 2017 (r457681) @@ -98,7 +98,7 @@ AVAHI_CMAKE_BOOL= ENABLE_AVAHI CEC_LIB_DEPENDS= libcec.so:multimedia/libcec CEC_CMAKE_BOOL= ENABLE_CEC -DBUS_LIB_DEPENDScd= libdbus-1.so:devel/dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CMAKE_BOOL= ENABLE_DBUS LIBBLURAY_LIB_DEPENDS= libbluray.so:multimedia/libbluray
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311022.vBVAMw5N072284>