svn commit: r462143 - head/security/pkcs11-helper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:01:03 UTC 2018


Author: sunpoet
Date: Sat Feb 17 12:01:02 2018
New Revision: 462143
URL: https://svnweb.freebsd.org/changeset/ports/462143

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/pkcs11-helper/Makefile

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Sat Feb 17 12:00:58 2018	(r462142)
+++ head/security/pkcs11-helper/Makefile	Sat Feb 17 12:01:02 2018	(r462143)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPL
 
+BROKEN_SSL=	openssl-devel
+
 GNU_CONFIGURE=	yes
 USES=		libtool:keepla pathfix pkgconfig tar:bzip2 ssl
 USE_LDCONFIG=	yes
@@ -36,10 +38,4 @@ post-patch:
 	@${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \
 		${WRKSRC}/doc/api/Makefile.in
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list