Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 09:32:35 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534052 - head/www/domoticz
Message-ID:  <202005050932.0459WZI3051948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue May  5 09:32:35 2020
New Revision: 534052
URL: https://svnweb.freebsd.org/changeset/ports/534052

Log:
  www/domoticz: remove expired optional dependency on comms/telldus-core

Modified:
  head/www/domoticz/Makefile

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Tue May  5 09:23:53 2020	(r534051)
+++ head/www/domoticz/Makefile	Tue May  5 09:32:35 2020	(r534052)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 CONFLICTS_INSTALL?=	domoticz-[23]* domoticz-devel-*
 
 OPTIONS_SUB=	YES
-OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL TELLDUS
+OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL
 SBOOST_DESC=	Use static Boost instead of dynamic linking
 SSSL_DESC=	Use static OpenSSL library instead of dynamic linking
 SLUA_DESC=	Use domoticz provided LUA instead of ports one
@@ -25,7 +25,6 @@ SMQTT_DESC=	Use domoticz mosquitto instead of ports on
 SSQLITE_DESC=	Use domoticz SQLLite instead of ports one
 SMINIZIP_DESC=	Use domoticz minizip instead of ports one
 PYTHON_DESC=	Enable support for Python Plugins
-TELLDUS_DESC=	Enable support for Telldus
 
 .include <bsd.port.options.mk>
 
@@ -93,10 +92,6 @@ CMAKE_ARGS+=	-DUSE_PYTHON="YES"
 USES+=		python:3.6
 .else
 CMAKE_ARGS+=	-DUSE_PYTHON="NO"
-.endif
-
-.if ${PORT_OPTIONS:MTELLDUS}
-LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005050932.0459WZI3051948>