summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-05-21 16:22:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-05-21 16:22:40 +0000
commit832fb3aa956c05d3a28db280c9b40364e33a2de8 (patch)
treed738db061ce0cdc4644f32ae1e15dcf9266e9ab0 /comms
parent- Update to 1.5 (diff)
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=254737
Diffstat (limited to 'comms')
-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