aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2010-05-22 00:22:40 +0800
committernaddy <naddy@FreeBSD.org>2010-05-22 00:22:40 +0800
commit22a2c1c2a6ad16ea36eb8e89262f2e501955bf56 (patch)
treec179129767261fc1b66f507e5576630ad26a9f25 /x11/kdelibs4
parentf5c882b4de57381a9d401fd985960b6c4444ebb9 (diff)
downloadfreebsd-ports-gnome-22a2c1c2a6ad16ea36eb8e89262f2e501955bf56.tar.gz
freebsd-ports-gnome-22a2c1c2a6ad16ea36eb8e89262f2e501955bf56.tar.zst
freebsd-ports-gnome-22a2c1c2a6ad16ea36eb8e89262f2e501955bf56.zip
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
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
-.if ${OSVERSION} < 900012
+.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif