aboutsummaryrefslogtreecommitdiff
path: root/security/pkcs11-helper
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:01:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:01:02 +0000
commit7f2966c3090bafea5ad366dfab141cc2562df777 (patch)
treeb508c1e546b2853d363dfe33a02a83d62113215a /security/pkcs11-helper
parentc40cfcc232b70691bb373eba90643e8e837e318a (diff)
downloadports-7f2966c3090bafea5ad366dfab141cc2562df777.tar.gz
ports-7f2966c3090bafea5ad366dfab141cc2562df777.zip
Notes
Diffstat (limited to 'security/pkcs11-helper')
-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>