diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
commit | 35326f1a9714f76f3671b263a47134133258ec1b (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /textproc/htmldoc | |
parent | Add Flavor helpers for DEPRECATED and EXPIRATION_DATE (diff) |
security/openssl-devel was removed, but there is a security/openssl111 now.
Notes
Notes:
svn path=/head/; revision=484599
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index d4022e1d6c51..74ae3e8bc442 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -13,7 +13,7 @@ COMMENT= Converts HTML to PDF and/or PostScript LICENSE= GPLv2 -BROKEN_SSL= openssl-devel +BROKEN_SSL= openssl111 LIB_DEPENDS= libpng.so:graphics/png |