summaryrefslogtreecommitdiff
path: root/lang/python33
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-12-13 20:22:44 +0000
committerjperkin <jperkin>2012-12-13 20:22:44 +0000
commitb21a7bae6b807cdf0f123996ad0caa47e74ac4de (patch)
tree7c91d4822f711c409302e2d8dd79dd0258e2ba07 /lang/python33
parentc2546fe374c4eb3414713b0864c3a0dc102c8b1a (diff)
downloadpkgsrc-b21a7bae6b807cdf0f123996ad0caa47e74ac4de.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/python33')
-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"