svn commit: r436564 - head/archivers/libarchive
Greg Lewis
glewis at FreeBSD.org
Tue Mar 21 03:41:36 UTC 2017
Author: glewis
Date: Tue Mar 21 03:41:35 2017
New Revision: 436564
URL: https://svnweb.freebsd.org/changeset/ports/436564
Log:
. This reportedly now supports openssl-devel, so remove the check that
disables under those circumstances.
Modified:
head/archivers/libarchive/Makefile
Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile Tue Mar 21 02:12:49 2017 (r436563)
+++ head/archivers/libarchive/Makefile Tue Mar 21 03:41:35 2017 (r436564)
@@ -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 \
More information about the svn-ports-all
mailing list