summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-12-13 20:22:44 +0000
committerjperkin <jperkin@pkgsrc.org>2012-12-13 20:22:44 +0000
commitcd1c0860ef88e1a5ab902552dfeae4fc0b50665e (patch)
tree7c91d4822f711c409302e2d8dd79dd0258e2ba07 /lang
parent8ba5e9d66c8ab2d2bee5d1b245749319c8eabe3a (diff)
downloadpkgsrc-cd1c0860ef88e1a5ab902552dfeae4fc0b50665e.tar.gz
Pull in archivers/xz, required to build the _lzma module on systems which
do not include xz in the base system. Fixes the package on most OS.
Diffstat (limited to 'lang')
-rw-r--r--lang/python33/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 27ec3294217..f6ff9e192d8 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/12/11 00:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/13 20:22:44 jperkin Exp $
.include "dist.mk"
@@ -111,6 +111,7 @@ USE_GNU_READLINE= yes
BUILDLINK_DEPMETHOD.readline= build
.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"