summaryrefslogtreecommitdiff
path: root/lang/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 1a66f7dc7f3..9e97e690ad1 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/09/28 19:40:14 tsarna Exp $
+# $NetBSD: Makefile,v 1.13 1998/12/16 22:44:07 tsarna Exp $
#
DISTNAME= pyth151
@@ -23,14 +23,12 @@ 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}'
# Handle the module setup file:
-# - disable some modules on 64 bit platforms
+# - disable a few broken modules on 64 bit platforms (nothing important)
# - handle machines with no dynamic loader
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"