aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-10-31 05:10:40 +0000
committerCy Schubert <cy@FreeBSD.org>2018-10-31 05:10:40 +0000
commit9fa8011e02282fbc89c6456bce5e07491a993cdc (patch)
treedfc2a37cc465b1ca3cfa8689512c5676f7b2cc7d /sysutils
parentb255a93ce347748b28e56562b3101d67c107791d (diff)
downloadports-9fa8011e02282fbc89c6456bce5e07491a993cdc.tar.gz
ports-9fa8011e02282fbc89c6456bce5e07491a993cdc.zip
Conditionally mark cfengine22 broken under FreeBSD 12 & 13 if
security/openssl is not installed.
Notes
Notes: svn path=/head/; revision=483547
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine22/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/cfengine22/Makefile b/sysutils/cfengine22/Makefile
index f5195776d535..3720a26996cc 100644
--- a/sysutils/cfengine22/Makefile
+++ b/sysutils/cfengine22/Makefile
@@ -49,4 +49,11 @@ post-patch:
${WRKSRC}/inputs/Makefile.in \
${WRKSRC}/contrib/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} != "openssl"
+BROKEN_FreeBSD_12= fails to build with openssl111, install security/openssl
+BROKEN_FreeBSD_13= fails to build with openssl111, install security/openssl
+.endif
+
+.include <bsd.port.post.mk>