diff options
author | glewis <glewis@FreeBSD.org> | 2017-03-21 11:41:35 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2017-03-21 11:41:35 +0800 |
commit | bbfb3e4eab28320634e31931879b74b2fe9d762c (patch) | |
tree | 917d6844e4ccf40c0a5cf8fa2b7e320f2078a7eb | |
parent | d7311bbf17b5566cfd8ba29e0485ee0225dc495d (diff) | |
download | freebsd-ports-gnome-bbfb3e4eab28320634e31931879b74b2fe9d762c.tar.gz freebsd-ports-gnome-bbfb3e4eab28320634e31931879b74b2fe9d762c.tar.zst freebsd-ports-gnome-bbfb3e4eab28320634e31931879b74b2fe9d762c.zip |
. This reportedly now supports openssl-devel, so remove the check that
disables under those circumstances.
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 4e5b040db9df..81131ea2b145 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -98,10 +98,6 @@ NETTLE_CONFIGURE_OFF= --with-openssl .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if empty(ICONV_LIB) CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \ ac_cv_func_locale_charset=no \ |