diff options
Diffstat (limited to 'x11/py-Tk')
-rw-r--r-- | x11/py-Tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index adc3a00de38..676511e304d 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/04/14 06:15:57 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/26 19:30:27 garbled Exp $ # DISTNAME= py152 @@ -16,6 +16,7 @@ DEPENDS+= tcl-8.0.5:../../lang/tcl80 DIST_SUBDIR= python +USE_X11= yes WRKSRC= ${WRKDIR}/Python-1.5.2/Modules ALL_TARGET= default EXTRACT_ELEMENTS= Python-1.5.2/Modules/_tkinter.c \ |