diff options
-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 |