summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/lyx/Makefile7
-rw-r--r--print/lyx/distinfo6
-rw-r--r--print/lyx/pkg-message8
3 files changed, 9 insertions, 12 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index c6ab4ee0a149..4ffe2341d589 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -18,15 +18,16 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libmythes-1.2.so:textproc/mythes
MAJOR_VERSION= 2.2
-MINOR_VERSION= 1
+MINOR_VERSION= 2
USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \
python:2 tar:xz
-USE_QT4= corelib gui svg moc_build uic_build rcc_build
+USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-boost \
--without-included-mythes \
- --disable-qt5 \
+ --enable-qt5 \
+ --with-qt-dir=${LOCALBASE}/lib/qt5 \
${ICONV_CONFIGURE_ARG} \
--with-extra-prefix=${LOCALBASE}
diff --git a/print/lyx/distinfo b/print/lyx/distinfo
index a20bd85e268b..e283e5ecfc4f 100644
--- a/print/lyx/distinfo
+++ b/print/lyx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470480312
-SHA256 (lyx-2.2.1.tar.xz) = db6b722f4526d44e09609adcacb6acef38eb7a11c7cde91ffe0d1d54ef94740f
-SIZE (lyx-2.2.1.tar.xz) = 15522104
+TIMESTAMP = 1476601345
+SHA256 (lyx-2.2.2.tar.xz) = a85c3d7412c4069f8a1f5af4eb172948ae9a50394602f6318ab5c8e990aa5568
+SIZE (lyx-2.2.2.tar.xz) = 15490148
diff --git a/print/lyx/pkg-message b/print/lyx/pkg-message
index 18430054c9df..dcb75149357e 100644
--- a/print/lyx/pkg-message
+++ b/print/lyx/pkg-message
@@ -1,9 +1,5 @@
-For LyX to work you need to install some kind of TeX distribution.
-
- - The print/teTeX port in the ports tree.
- - The print/texlive-* ports in the ports tree.
-
-Either one should work fine.
+For LyX to work you need to install some kind of TeX distribution. See the
+print/texlive-* ports in the ports tree.
***