diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-05-22 00:22:40 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-05-22 00:22:40 +0800 |
commit | 832fb3aa956c05d3a28db280c9b40364e33a2de8 (patch) | |
tree | d738db061ce0cdc4644f32ae1e15dcf9266e9ab0 /math | |
parent | 511276e0326a96cfe38ff840b36edcea6a6370e8 (diff) | |
download | freebsd-ports-gnome-832fb3aa956c05d3a28db280c9b40364e33a2de8.tar.gz freebsd-ports-gnome-832fb3aa956c05d3a28db280c9b40364e33a2de8.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'math')
-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 |