diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-07-06 03:28:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-07-06 03:28:45 +0000 |
commit | f888fda5469af89d14f9506718625e8643e4914b (patch) | |
tree | 96f9e6c7b3d2bfdd32431ba1113e70249af45dc0 /misc | |
parent | 4245dc2de4e9dd38c05a90651ef1e2f9d996bc4c (diff) | |
download | pkgsrc-f888fda5469af89d14f9506718625e8643e4914b.tar.gz |
Python 3.7 is not compatible with libreoffice-6.0.5.2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 0e1aa9417c3..8431759363b 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2018/06/25 13:34:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.159 2018/07/06 03:28:45 ryoon Exp $ VERREL= 6.0.5 VERRC= 2 @@ -31,7 +31,7 @@ pre-build: .endif GCC_REQD+= 4.6 -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 CHECK_SHLIBS_SUPPORTED= no # configure will be regenerated. |