summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-09-27 22:24:43 +0000
committertsarna <tsarna@pkgsrc.org>1998-09-27 22:24:43 +0000
commit3b281936b006f203e17a7e42a60656d0c7d741eb (patch)
treee1fa016e7c1e54ff7b4407bc51d931bd2864f117 /x11/py-Tk
parentc93213df819bd720443568625c6616d06867a0f6 (diff)
downloadpkgsrc-3b281936b006f203e17a7e42a60656d0c7d741eb.tar.gz
Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for the 1.3.3 tag to be on the safe side :-(
Diffstat (limited to 'x11/py-Tk')
-rw-r--r--x11/py-Tk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index a03d3440af4..58ac50b107a 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/09/22 16:13:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1998/09/27 22:24:44 tsarna Exp $
#
DISTNAME= pyth151
@@ -15,6 +15,8 @@ DEPENDS+= python-1.5.1:../../lang/python
DEPENDS+= tk-8.0p2:../../x11/tk80
DEPENDS+= tcl-8.0p2:../../lang/tcl80
+NOT_FOR_ARCHS= alpha # possibly broken
+
WRKSRC= ${WRKDIR}/Python-1.5.1/Modules
ALL_TARGET= default
EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \