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/pam_ssh_agent_auth | |
parent | 86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff) |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=427389
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 4819f124f7fc..5c01b73fb4b4 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -22,4 +22,10 @@ PLIST_FILES= lib/pam_ssh_agent_auth.so \ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so -.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> |