svn commit: r541434 - head/multimedia/kodi-devel
Tobias Kortkamp
tobik at FreeBSD.org
Tue Jul 7 16:12:29 UTC 2020
Author: tobik
Date: Tue Jul 7 16:12:28 2020
New Revision: 541434
URL: https://svnweb.freebsd.org/changeset/ports/541434
Log:
multimedia/kodi-devel: Drop unnecessary USES=libtool
Modified:
head/multimedia/kodi-devel/Makefile
Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile Tue Jul 7 16:10:04 2020 (r541433)
+++ head/multimedia/kodi-devel/Makefile Tue Jul 7 16:12:28 2020 (r541434)
@@ -50,7 +50,7 @@ LIB_DEPENDS= libass.so:multimedia/libass \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= cmake compiler:c++14-lang gettext gl gnome iconv:wchar_t jpeg \
- libtool pkgconfig python:3.5+ sqlite ssl
+ pkgconfig python:3.5+ sqlite ssl
USE_GITHUB= yes
GH_ACCOUNT= xbmc
GH_PROJECT= xbmc
More information about the svn-ports-head
mailing list