diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-12-18 00:42:39 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-12-18 00:42:39 +0000 |
commit | 5796146a4d6e4573c262a0118dd21d567e3b2af0 (patch) | |
tree | deeb6c624930fcca28bf085b459605c77d72a842 /x11/py-Tk/Makefile | |
parent | 61cfae4be548ba64a63aa9ecd989ba1cb5401045 (diff) | |
download | pkgsrc-5796146a4d6e4573c262a0118dd21d567e3b2af0.tar.gz |
Re-enable on alpha
Diffstat (limited to 'x11/py-Tk/Makefile')
-rw-r--r-- | x11/py-Tk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 2a1bf3abe04..3af2c53b9cb 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/11/12 14:56:32 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/12/18 00:42:40 tsarna Exp $ # DISTNAME= pyth151 @@ -16,8 +16,6 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80 DIST_SUBDIR= python -NOT_FOR_ARCHS= alpha # possibly broken - WRKSRC= ${WRKDIR}/Python-1.5.1/Modules ALL_TARGET= default EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \ |