summaryrefslogtreecommitdiff
path: root/security/py-crypto/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-09-22 16:13:33 +0000
committertsarna <tsarna@pkgsrc.org>1998-09-22 16:13:33 +0000
commit9bc8051d4eec32427a1b7475bd9f02a83f558860 (patch)
tree7f917b6a4d991f6b5cda50b465e37fd5026fb870 /security/py-crypto/Makefile
parent4b94a956128f90dd60975e3d2de62dc5b3134719 (diff)
downloadpkgsrc-9bc8051d4eec32427a1b7475bd9f02a83f558860.tar.gz
alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.
Diffstat (limited to 'security/py-crypto/Makefile')
-rw-r--r--security/py-crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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