aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ptlib
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-11-10 18:09:48 +0800
committermat <mat@FreeBSD.org>2018-11-10 18:09:48 +0800
commit1b0417656969bd1c326432fe019d9a6f6bf42997 (patch)
treeec00e643384652d97e7643f40c6342bff01bff0b /devel/ptlib
parente5874ca09869a82a5afd977e105a07506a5f15ad (diff)
downloadfreebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.gz
freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.zst
freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.zip
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'devel/ptlib')
-rw-r--r--devel/ptlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile
index dfb803bea908..b145c06e099d 100644
--- a/devel/ptlib/Makefile
+++ b/devel/ptlib/Makefile
@@ -12,8 +12,8 @@ COMMENT= Cross platform C++ library, used by OPAL
LICENSE= MPL10
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'BIO_s_file_internal'
+BROKEN_SSL= openssl111
+BROKEN_SSL_REASON_openssl111= use of undeclared identifier 'BIO_s_file_internal'
LIB_DEPENDS= libexpat.so:textproc/expat2