diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
commit | 703ff6d36176652e995eaf56e44c8637531c23a3 (patch) | |
tree | 81e5478fa11645e21ab75a8faa039b5e6d1918c5 /archivers/libarchive | |
parent | 86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff) | |
download | ports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip |
Notes
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 1143786ca2c7..d9d0c3cdf8f4 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -98,6 +98,10 @@ NETTLE_CONFIGURE_OFF= --with-openssl .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002504 CONFIGURE_ENV+= ac_cv_lzma_has_mt=no .endif |