aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-17 20:01:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-17 20:01:02 +0800
commit461315b51954cd83af8dc290898dbdf380aa5e20 (patch)
treeb508c1e546b2853d363dfe33a02a83d62113215a /security
parent1a649fdc3d557cefaab59147d40228adab4dffb1 (diff)
downloadfreebsd-ports-gnome-461315b51954cd83af8dc290898dbdf380aa5e20.tar.gz
freebsd-ports-gnome-461315b51954cd83af8dc290898dbdf380aa5e20.tar.zst
freebsd-ports-gnome-461315b51954cd83af8dc290898dbdf380aa5e20.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r--security/pkcs11-helper/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index bc7dbe8ba735..18b773487734 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -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>