Lines 20-26
Link Here
|
20 |
libusrsctp.so:net/libusrsctp \ |
20 |
libusrsctp.so:net/libusrsctp \ |
21 |
libopus.so:audio/opus |
21 |
libopus.so:audio/opus |
22 |
|
22 |
|
23 |
USES= cmake pkgconfig |
23 |
USES= cmake pkgconfig ssl |
24 |
USE_GITHUB= yes |
24 |
USE_GITHUB= yes |
25 |
GH_ACCOUNT= desktop-app |
25 |
GH_ACCOUNT= desktop-app |
26 |
GH_PROJECT= tg_owt |
26 |
GH_PROJECT= tg_owt |
Lines 33-37
Link Here
|
33 |
CXXFLAGS+= -DNDEBUG |
33 |
CXXFLAGS+= -DNDEBUG |
34 |
|
34 |
|
35 |
CMAKE_OFF= BUILD_SHARED_LIBS |
35 |
CMAKE_OFF= BUILD_SHARED_LIBS |
|
|
36 |
|
37 |
.include <bsd.port.options.mk> |
38 |
|
39 |
.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 |
40 |
BROKEN= This port requires OpenSSL 1.1.0. Try DEFAULT_VERSIONS+=ssl=[openssl|libressl*] |
41 |
.endif |
36 |
|
42 |
|
37 |
.include <bsd.port.mk> |
43 |
.include <bsd.port.mk> |