summaryrefslogtreecommitdiff
path: root/comms/kremotecontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r--comms/kremotecontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile
index d5fafbfcb9cb..0c69fb6321cd 100644
--- a/comms/kremotecontrol/Makefile
+++ b/comms/kremotecontrol/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