summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-06 09:33:39 +0000
committerwiz <wiz@pkgsrc.org>2015-02-06 09:33:39 +0000
commit56cb595604682a97894b42a03815e448848afb9e (patch)
tree2711babb3828ef5e1a3b17aca750c95c4638f615 /misc
parent221454126ce293e108f43bf38ea4dff039cea109 (diff)
downloadpkgsrc-56cb595604682a97894b42a03815e448848afb9e.tar.gz
Works with python-3.x after all.
Diffstat (limited to 'misc')
-rw-r--r--misc/libreoffice4/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile
index b7ca434ccf2..94f1d3a3dd3 100644
--- a/misc/libreoffice4/Makefile
+++ b/misc/libreoffice4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/02/05 20:25:56 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2015/02/06 09:33:39 wiz Exp $
VERREL= 4.4.0
VERRC= 3
@@ -107,8 +107,6 @@ WRKSRC= ${WRKDIR}/${LO_BOOTSTRAP}
BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 4.4.0.3
-
# dmake scripts use relative path with -rpath-link ld arguments, which
# is a no-go with normal pkgsrc wrappers.
# dmake is slowly beeing removed from the LibreOffice build process