From 22a2c1c2a6ad16ea36eb8e89262f2e501955bf56 Mon Sep 17 00:00:00 2001 From: naddy 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/kdelibs4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kdelibs4') diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index c1392126fe61..6c35db687594 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -82,7 +82,7 @@ MAN8= kbuildsycoca4.8 \ .include -.if ${OSVERSION} < 900012 +.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -- cgit