diff options
author | tg <tg@FreeBSD.org> | 2000-04-04 17:53:12 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-04 17:53:12 +0800 |
commit | 310b43ee4228aeef30798502b0db9c5054321093 (patch) | |
tree | 069a9c4558470602e3dafc66613bde1e62787fdb /x11-toolkits/py-Pmw | |
parent | a4808fa3ede1b62fb3e0fe56ed3a7878e9d50f01 (diff) | |
download | freebsd-ports-gnome-310b43ee4228aeef30798502b0db9c5054321093.tar.gz freebsd-ports-gnome-310b43ee4228aeef30798502b0db9c5054321093.tar.zst freebsd-ports-gnome-310b43ee4228aeef30798502b0db9c5054321093.zip |
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.
Diffstat (limited to 'x11-toolkits/py-Pmw')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index e62156061f28..2c3bc10277ec 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-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}" |