diff options
author | naddy <naddy@FreeBSD.org> | 2010-05-22 00:22:40 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2010-05-22 00:22:40 +0800 |
commit | 22a2c1c2a6ad16ea36eb8e89262f2e501955bf56 (patch) | |
tree | c179129767261fc1b66f507e5576630ad26a9f25 /sysutils/kfloppy | |
parent | f5c882b4de57381a9d401fd985960b6c4444ebb9 (diff) | |
download | freebsd-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 'sysutils/kfloppy')
-rw-r--r-- | sysutils/kfloppy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index d5fafbfcb9cb..0c69fb6321cd 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/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 |