diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
commit | a50d9328b545adc59780a5a93273d81750e297c4 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /sysutils/squashfs-tools | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) |
archivers/xz is in base for all versions and has been removed from the ports tree
Notes
Notes:
svn path=/head/; revision=339572
Diffstat (limited to 'sysutils/squashfs-tools')
-rw-r--r-- | sysutils/squashfs-tools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 4c937e40d7b6..520a5ee67999 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -37,9 +37,6 @@ PORTDOCS= ACKNOWLEDGEMENTS CHANGES COPYING \ .if ${PORT_OPTIONS:MXZ} MAKE_ARGS+= XZ_SUPPORT=1 -.if ${OSVERSION} < 900012 && ${OSVERSION} < 800505 -LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz -.endif .endif .if ${PORT_OPTIONS:MLZO} |