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. --- graphics/py-imaging/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/py-imaging') diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index cb8a38cf5b6b..e3a19da10002 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -15,9 +15,9 @@ MASTER_SITES= http://www.pythonware.com/downloads/ \ MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python +BUILD_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter DIST_SUBDIR= python WRKSRC= ${WRKDIR}/${DISTNAME}/libImaging -- cgit v1.2.3