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