diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/stunnel/Makefile | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) |
Notes
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index c4ddbda14fa6..dc5ad8e29b09 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -105,7 +105,6 @@ cert: @${ECHO} "" @(cd ${WRKSRC}/tools/; make install-data-local) -.if ${OSVERSION} > 500000 .if !defined(WITH_STUNNEL_SSL_ENGINE) EXTRA_PATCHES= ${FILESDIR}/ssl-noengine.patch pre-patch: @@ -124,6 +123,5 @@ pre-patch: @${ECHO} "code. You have enabled it at your own risk." @${ECHO} "*************************************************************************" .endif -.endif .include <bsd.port.post.mk> |