diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-09-22 16:13:33 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-09-22 16:13:33 +0000 |
commit | 9bc8051d4eec32427a1b7475bd9f02a83f558860 (patch) | |
tree | 7f917b6a4d991f6b5cda50b465e37fd5026fb870 /misc/py-readline | |
parent | 4b94a956128f90dd60975e3d2de62dc5b3134719 (diff) | |
download | pkgsrc-9bc8051d4eec32427a1b7475bd9f02a83f558860.tar.gz |
alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.
Diffstat (limited to 'misc/py-readline')
-rw-r--r-- | misc/py-readline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |