svn commit: r450546 - head/security/openca-tools-forked

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 19:08:57 UTC 2017


Author: sunpoet
Date: Sun Sep 24 19:08:55 2017
New Revision: 450546
URL: https://svnweb.freebsd.org/changeset/ports/450546

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/openca-tools-forked/Makefile

Modified: head/security/openca-tools-forked/Makefile
==============================================================================
--- head/security/openca-tools-forked/Makefile	Sun Sep 24 19:08:50 2017	(r450545)
+++ head/security/openca-tools-forked/Makefile	Sun Sep 24 19:08:55 2017	(r450546)
@@ -12,6 +12,8 @@ COMMENT=	Tools to deal with SCEP and PKCS7 messages
 
 LICENSE=	APACHE20
 
+BROKEN_SSL=	openssl-devel
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	openxpki
 
@@ -26,10 +28,4 @@ post-install:
 	@${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
 .endfor
 
-.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-all mailing list