aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-05-11 09:20:45 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-05-11 09:20:45 +0000
commit727cbc4c26f29dc566c6fed356dc25e94e94b707 (patch)
treea501060fc69fc7e418b4d8a4a25d65227326757c /security/openvpn
parent2a025d13d0a1d7dad12e02b1414876b726fd9919 (diff)
downloadports-727cbc4c26f29dc566c6fed356dc25e94e94b707.tar.gz
ports-727cbc4c26f29dc566c6fed356dc25e94e94b707.zip
Remove support for lzo-1.
Notes
Notes: svn path=/head/; revision=273948
Diffstat (limited to 'security/openvpn')
-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