From 832fb3aa956c05d3a28db280c9b40364e33a2de8 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 21 May 2010 16:22:40 +0000 Subject: 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 --- x11/kde4-runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kde4-runtime/Makefile') diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 07620680cf57..ff8cbd4a0b49 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -40,7 +40,7 @@ CMAKE_ARGS+= -DWITH_ALSA:BOOL=OFF .include -.if ${OSVERSION} < 900012 +.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -- cgit v1.2.3