summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-gdbm/Makefile4
-rw-r--r--devel/py-curses/Makefile4
-rw-r--r--math/py-Numeric/Makefile4
-rw-r--r--misc/py-readline/Makefile4
-rw-r--r--security/py-crypto/Makefile4
-rw-r--r--x11/py-Tk/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 9677c34f6ee..3192e7e716e 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/06 20:57:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:33 tsarna Exp $
#
DISTNAME= pyth151
@@ -20,7 +20,7 @@ EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/gdbmmodule.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
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 202c3bf528b..130a568d4ce 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/08/23 20:46:50 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
#
DISTNAME= cursesmodule-1.5b1
@@ -17,7 +17,7 @@ ALL_TARGET= default
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
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 764c3313136..75d0e40d089 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:11 tsarna Exp $
+# $NetBSD: Makefile,v 1.9 1998/09/22 16:13:34 tsarna Exp $
DISTNAME= LLNLPython4
PKGNAME= py-Numeric-1.3
@@ -16,7 +16,7 @@ ALL_TARGET= default
MAKE_FLAGS= 'OPT=${CFLAGS}'
DOCDIR= ${PREFIX}/share/doc/py-Numeric
-.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
diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile
index dbdd53e2359..e9f225eb03d 100644
--- a/misc/py-readline/Makefile
+++ b/misc/py-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/06 22:01:08 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
#
DISTNAME= pyth151
@@ -20,7 +20,7 @@ EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/readline.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
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile
index 184b5ad203f..36cb01e8b77 100644
--- a/security/py-crypto/Makefile
+++ b/security/py-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:24 tsarna Exp $
+# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
DISTNAME= pycrypt100
PKGNAME= py-crypto-1.0.0
@@ -19,7 +19,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}'
INFO_FILES= pct.info
-.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
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