aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openvpn/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index bfb39a5b30d9..c3cc8c7da614 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -56,15 +56,7 @@ pre-configure:
@${ECHO} ""
.endif
-# NOTE: there is no way to explicitly specify the LZO version to OpenVPN,
-# if LZO2 and LZO1 are installed, OpenVPN will pick LZO2.
-# So depend on LZO1 only if it's already there and LZO2 isn't.
-# PACKAGE_BUILDING will also force LZO2.
-.if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1) || defined(PACKAGE_BUILDING)
LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2
-.else
-LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo
-.endif
.if defined(WITH_PW_SAVE)
CONFIGURE_ARGS+= --enable-password-save