Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 19:08:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450546 - head/security/openca-tools-forked
Message-ID:  <201709241908.v8OJ8uwl094485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709241908.v8OJ8uwl094485>