diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 18:09:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 18:09:23 +0800 |
commit | a2e66cd1462f4278341064f0cbcc366495451cbe (patch) | |
tree | 01dd58f24bf1d71dae647017b445e551a0e8c4fd /databases/xapian-bindings | |
parent | 0804b4ab698dfb8ddf5b80e8844ecf7fb215db9b (diff) | |
download | freebsd-ports-gnome-a2e66cd1462f4278341064f0cbcc366495451cbe.tar.gz freebsd-ports-gnome-a2e66cd1462f4278341064f0cbcc366495451cbe.tar.zst freebsd-ports-gnome-a2e66cd1462f4278341064f0cbcc366495451cbe.zip |
- Use USES=tar:xz
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 1d9c9acf9288..2b631330f7f4 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --without-csharp --without-java --without-tcl GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} -USE_XZ= yes +USES= tar:xz PORTDOCS= * |