diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-29 18:46:21 +0000 |
commit | 703ff6d36176652e995eaf56e44c8637531c23a3 (patch) | |
tree | 81e5478fa11645e21ab75a8faa039b5e6d1918c5 /security/sslscan/Makefile | |
parent | 86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff) |
Notes
Diffstat (limited to 'security/sslscan/Makefile')
-rw-r--r-- | security/sslscan/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile index 003825ab1875..d16eb1ffc9d7 100644 --- a/security/sslscan/Makefile +++ b/security/sslscan/Makefile @@ -16,4 +16,10 @@ USE_OPENSSL= yes USE_GITHUB= yes GH_ACCOUNT= rbsec -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> |