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. --- x11-toolkits/pmw/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11-toolkits/pmw') diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile index e62156061f28..2c3bc10277ec 100644 --- a/x11-toolkits/pmw/Makefile +++ b/x11-toolkits/pmw/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= ftp://ftp.dscpl.com.au/pub/pmw/ MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= ${SITEPYDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter PLIST_SUB= PMWVERSION="${PMWVERSION}" -- cgit v1.2.3