summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authortsarna <tsarna>1998-09-22 16:13:33 +0000
committertsarna <tsarna>1998-09-22 16:13:33 +0000
commitd81d5b28ecb89ab7fa2f1811faf7099531be84af (patch)
tree7f917b6a4d991f6b5cda50b465e37fd5026fb870 /x11/py-Tk
parent8f71c05e5b044033786632f305b66176e9eb8630 (diff)
downloadpkgsrc-d81d5b28ecb89ab7fa2f1811faf7099531be84af.tar.gz
alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.
Diffstat (limited to 'x11/py-Tk')
-rw-r--r--x11/py-Tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index 058c9cdc824..a03d3440af4 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/06 22:01:09 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/22 16:13:34 tsarna Exp $
#
DISTNAME= pyth151
@@ -22,7 +22,7 @@ EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \
PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/
-.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"
IGNORE="Needs dynamic loading"
.endif