aboutsummaryrefslogtreecommitdiff
path: root/x11
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 /x11
parent511276e0326a96cfe38ff840b36edcea6a6370e8 (diff)
downloadports-832fb3aa956c05d3a28db280c9b40364e33a2de8.tar.gz
ports-832fb3aa956c05d3a28db280c9b40364e33a2de8.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-runtime/Makefile2
-rw-r--r--x11/kdebase4-runtime/Makefile2
-rw-r--r--x11/kdelibs4/Makefile2
3 files changed, 3 insertions, 3 deletions
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 <bsd.port.options.mk>
-.if ${OSVERSION} < 900012
+.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 07620680cf57..ff8cbd4a0b49 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -40,7 +40,7 @@ CMAKE_ARGS+= -DWITH_ALSA:BOOL=OFF
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900012
+.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif
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