diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
commit | a3efce1abab3e3ffdacfd584b2689609a0979ef8 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /print/lyx | |
parent | 01d8d88f456e484b8265e7be7086d3b5a1b4b701 (diff) | |
download | freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.gz freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.zst freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.zip |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 9addbcfbab2d..34a8c1b9d642 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -22,10 +22,9 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ MAJOR_VERSION= 2.1 MINOR_VERSION= 1 -USES= desktop-file-utils gmake iconv pkgconfig perl5 +USES= desktop-file-utils gmake iconv pkgconfig perl5 tar:xz USE_PYTHON= 2 USE_QT4= corelib gui moc_build uic_build rcc_build -USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ |