aboutsummaryrefslogtreecommitdiff
path: root/sysutils/squashfs-tools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-13 07:23:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-13 07:23:43 +0000
commita50d9328b545adc59780a5a93273d81750e297c4 (patch)
treeb9b84c91e67e8f424ec31b164071f5f2801f7643 /sysutils/squashfs-tools
parent8472a0736b12e3d18a0019c5f42dcdf553e76264 (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/Makefile3
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}