From 9c0d74037cd7d9e74084678fb5a53a0fb6c7e374 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 4 Apr 2000 09:53:12 +0000 Subject: Separate the Python Tk module from the main port. I've been wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly. --- lang/python23/Makefile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'lang/python23') diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 7e3a0663fe2e..fc091f0a9713 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -8,15 +8,13 @@ DISTNAME= py152 PKGNAME= python-1.5.2 -CATEGORIES= lang python tk82 +CATEGORIES= lang python MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org -LIB_DEPENDS= ${TK_DEPENDS} - DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes @@ -31,18 +29,6 @@ MAN1= python.1 # SETUP_FILE= Setup -# -# Support for Tk is compiled in by default only if X11 is installed. -# -.if exists(${X11BASE}) -WITH_TK?= yes -.endif -.if defined(WITH_TK) && $(WITH_TK) == yes -TK_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -SETUP_LOCAL= Setup.tk -PLIST_TK= ${PKGDIR}/PLIST.tk -.endif - # # If you want to use Python's thread module, you need to set WITH_THREADS # to 'yes', and you must have the FreeBSD threading c library (libc_r) -- cgit v1.3