diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-13 15:23:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-13 15:23:43 +0800 |
commit | 32dadd8e64ff45c3cce09e4d249fe43e7084a839 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /archivers/libarchive | |
parent | 951dc1c1b4690a11eefb53e023c8693acbe6da9c (diff) | |
download | freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.gz freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.zst freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.zip |
archivers/xz is in base for all versions and has been removed from the ports tree
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 08a9bf030340..550729ef38df 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -103,13 +103,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl --without-nettle .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz -.endif - check: (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |