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 /www/grail | |
parent | a4808fa3ede1b62fb3e0fe56ed3a7878e9d50f01 (diff) | |
download | freebsd-ports-graphics-310b43ee4228aeef30798502b0db9c5054321093.tar.gz freebsd-ports-graphics-310b43ee4228aeef30798502b0db9c5054321093.tar.zst freebsd-ports-graphics-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 'www/grail')
-rw-r--r-- | www/grail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index ec25eb79979..5604c573dde 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nectar@freebsd.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter WRKSRC= ${WRKDIR}/${PKGNAME} |