diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 22:11:55 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 22:11:55 +0000 |
commit | b6681b4d683da81f991c326ec9daf32ba364ec29 (patch) | |
tree | 103acdcfe74836ae88ebb6a7d215e027a8684755 /net/ssltunnel-client | |
parent | 870dfc7be0b6871ea71f49486fede46cdead9cc4 (diff) |
Notes
Diffstat (limited to 'net/ssltunnel-client')
-rw-r--r-- | net/ssltunnel-client/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile index 39dde1d9268e..78aa0dbff04e 100644 --- a/net/ssltunnel-client/Makefile +++ b/net/ssltunnel-client/Makefile @@ -31,6 +31,10 @@ WITHOUT_GNOME= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= does not compile with OpenSSL 0.9.8b +.endif + .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME=gtk12 USE_PERL5=yes |