diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-19 07:47:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-19 07:47:01 +0000 |
commit | 29814c80cf1fbfb71ed6b0aaa6c55a583adbf7bf (patch) | |
tree | 71553218eb7e40661095a876c8a3e061c3d7d2fa /sysutils/ucspi-ssl | |
parent | d96ff80dcf3ea3f86d25463e86a8d906e97f73ae (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=111796
Diffstat (limited to 'sysutils/ucspi-ssl')
-rw-r--r-- | sysutils/ucspi-ssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index 313ba32796d9..4f170a901c43 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -37,6 +37,10 @@ IGNORE= "requires Perl 5.6.0 or greater. Please install lang/perl5 and retry, o PLIST_SUB+= SSLPERL="@comment " .endif +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-build: .if defined(WITHOUT_SSLPERL) cd ${WRKSRC} && package/compile https@ sslcat sslconnect sslclient sslserver |