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

This commit is contained in:
Rene Ladan 2020-05-05 09:32:35 +00:00
parent 1c8146a09e
commit 4666f698b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534052

View File

@ -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 one
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>
@ -95,10 +94,6 @@ USES+= python:3.6
CMAKE_ARGS+= -DUSE_PYTHON="NO"
.endif
.if ${PORT_OPTIONS:MTELLDUS}
LIB_DEPENDS+= libtelldus-core.so:comms/telldus-core
.endif
post-patch:
@${REINPLACE_CMD} -e "s,\/opt,${PREFIX},g" ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/CMakeLists.txt