diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-09-28 19:40:14 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-09-28 19:40:14 +0000 |
commit | 2b5ec4847c0dabdff0fd1a15cfa23d8f9e8fd771 (patch) | |
tree | 09c4ffc874573ce2180a57ba1d052c6030481c0b /lang | |
parent | b09a19899af307d5a222a529c443c4defea5c9e1 (diff) | |
download | pkgsrc-2b5ec4847c0dabdff0fd1a15cfa23d8f9e8fd771.tar.gz |
This is now broken on Alpha.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 89bec5c09bd..1a66f7dc7f3 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/09/20 20:28:11 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/09/28 19:40:14 tsarna Exp $ # DISTNAME= pyth151 @@ -23,6 +23,8 @@ PATCHFILES= freeze.1.txt _tkinter.1.txt configure.1.txt \ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/ +NOT_FOR_ARCHS= alpha # sigh + WRKSRC= ${WRKDIR}/Python-1.5.1 GNU_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' |