summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-05 20:25:56 +0000
committerwiz <wiz>2015-02-05 20:25:56 +0000
commit9f1a9f8ad317c6f3c6a43d7252bc92cc245fdbde (patch)
tree7113cca96c89bcce2ee1b6418932bd841632bd36 /misc
parent81ce9b3ebde2e572a647014789e98f76ce08501d (diff)
downloadpkgsrc-9f1a9f8ad317c6f3c6a43d7252bc92cc245fdbde.tar.gz
Depend on py-expat, and limit to python-2.x for build.
(With python-3.x I saw an error about 'aliases' not being found (IIRC) and then a python coredump.)
Diffstat (limited to 'misc')
-rw-r--r--misc/libreoffice4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile
index 0cdcadc93c8..b7ca434ccf2 100644
--- a/misc/libreoffice4/Makefile
+++ b/misc/libreoffice4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2015/02/05 09:24:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2015/02/05 20:25:56 wiz Exp $
VERREL= 4.4.0
VERRC= 3
@@ -105,6 +105,9 @@ EXTRACT_USING= gtar
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.