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 /math/kcalc | |
parent | 511276e0326a96cfe38ff840b36edcea6a6370e8 (diff) |
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 'math/kcalc')
-rw-r--r-- | math/kcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index d5fafbfcb9cb..0c69fb6321cd 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -37,7 +37,7 @@ OPTIONS= PRINTER_APPLET "Install printer system tray utility" off .include <bsd.port.options.mk> -.if ${OSVERSION} < 900012 +.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif |