aboutsummaryrefslogtreecommitdiff
path: root/security/kwallet
diff options
context:
space:
mode:
Diffstat (limited to 'security/kwallet')
-rw-r--r--security/kwallet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile
index d5fafbfcb9cb..0c69fb6321cd 100644
--- a/security/kwallet/Makefile
+++ b/security/kwallet/Makefile
@@ -37,7 +37,7 @@ OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900012
+.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif