summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-12 16:25:34 +0000
committerrecht <recht@pkgsrc.org>2004-05-12 16:25:34 +0000
commita2a789cb93c11e6dcee86eec5a09405caa6d6068 (patch)
tree6e635c3869ddfbaa175d9d6fb579c9bb46f4ee8c /lang/python23
parent5276fee3138cb02ad57e35580b3f6f96f032e2ce (diff)
downloadpkgsrc-a2a789cb93c11e6dcee86eec5a09405caa6d6068.tar.gz
Add missing patches and disable PKGVIEW installation for now until the
issues with modules are sorted out.
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile4
-rw-r--r--lang/python23/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 545f3d8e50c..41e81ef8c34 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2004/05/12 15:19:49 recht Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/12 16:25:34 recht Exp $
#
PKGNAME= python23-2.3.3
PKGREVISION= 3
+#PKG_INSTALLATION_TYPES= overwrite pkgviews
+
CONFIGURE_ARGS+= --without-threads
PY_VER_SUFFIX= 2.3
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index 8b769441d48..becf6ce7121 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/05/12 15:19:49 recht Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/05/12 16:25:34 recht Exp $
#
DISTNAME= Python-2.3.3
@@ -10,8 +10,6 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c c++
USE_GCC_SHLIB= yes
USE_BUILDLINK3= yes