Index: asterisk/Makefile =================================================================== --- asterisk/Makefile (wersja 403980) +++ asterisk/Makefile (kopia robocza) @@ -101,7 +101,7 @@ SYSINFO_DESC= Use devel/libsysinfo to get system information BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Index: asterisk11/Makefile =================================================================== --- asterisk11/Makefile (wersja 403980) +++ asterisk11/Makefile (kopia robocza) @@ -107,7 +107,7 @@ OPTIONS_SUB= yes BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no Index: asterisk13/Makefile =================================================================== --- asterisk13/Makefile (wersja 403980) +++ asterisk13/Makefile (kopia robocza) @@ -115,7 +115,7 @@ ASTVERSION_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash BACKTRACE_CONFIGURE_WITH= execinfo -BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +BACKTRACE_USES= execinfo CURL_CONFIGURE_ON= --with-libcurl CURL_CONFIGURE_OFF= --with-libcurl=no