diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
commit | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch) | |
tree | aad243acad70f04a59b2eec25418f838e73f8da7 /security/slush | |
parent | ea6257242fddb87f389e1d36d5ab04b1ff52d599 (diff) | |
download | ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.tar.gz ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.zip |
Notes
Diffstat (limited to 'security/slush')
-rw-r--r-- | security/slush/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 7b0bb0511c62..7433404aa138 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -24,6 +24,10 @@ USE_OPENSSL= YES BROKEN= does not build .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/slush |