summaryrefslogtreecommitdiff
path: root/print/lyx/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-05-11 11:08:48 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-05-11 11:08:48 +0000
commit203ca5362b8d0e7251c4e3237c30753310e95e8b (patch)
tree0bfa64a414c6f64ed2076dbe8548fb6d1e40e4ff /print/lyx/Makefile
parentUpdate to latest commits. (diff)
print/lyx: fix build with python-3.7
- https://www.lyx.org/trac/ticket/9006 says that lyx works with py3 - run-test done by reviewer PR: 245871 Reviewed by: starikarp@dismail.de Approved by: rakuco (maintainer)
Notes
Notes: svn path=/head/; revision=534906
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r--print/lyx/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 0cd303c8d5d2..d6604f673850 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lyx
PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}
+PORTREVISION= 1
CATEGORIES= print editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
@@ -15,9 +16,6 @@ COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libmythes-1.2.so:textproc/mythes
@@ -25,7 +23,7 @@ MAJOR_VERSION= 2.3
MINOR_VERSION= 4.2
USES= autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \
- pkgconfig perl5 python:2.7 qt:5 shebangfix tar:xz xorg
+ pkgconfig perl5 python qt:5 shebangfix tar:xz xorg
USE_QT= core concurrent gui svg widgets x11extras buildtools_build qmake_build
USE_XORG= xcb
GNU_CONFIGURE= yes