summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:07:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:07:39 +0000
commitfff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch)
tree89c14611c583909707d36d2ee33980021a65b425 /print/lyx
parentOPTIONS helpers (diff)
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363392
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile3
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 \