diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-05-21 16:22:40 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-05-21 16:22:40 +0000 |
commit | 832fb3aa956c05d3a28db280c9b40364e33a2de8 (patch) | |
tree | d738db061ce0cdc4644f32ae1e15dcf9266e9ab0 /x11 | |
parent | 511276e0326a96cfe38ff840b36edcea6a6370e8 (diff) | |
download | ports-832fb3aa956c05d3a28db280c9b40364e33a2de8.tar.gz ports-832fb3aa956c05d3a28db280c9b40364e33a2de8.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
Notes
Notes:
svn path=/head/; revision=254737
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 2 |
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 |