summaryrefslogtreecommitdiff
path: root/www/grail
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-04-04 09:53:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-04-04 09:53:12 +0000
commit9c0d74037cd7d9e74084678fb5a53a0fb6c7e374 (patch)
treeb9399ec3ba0c7cb63522a8f7460bbdc4eea87781 /www/grail
parentMaxim Sobolev <sobomax@altavista.net> is the new MAINTAINER. (diff)
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.
Notes
Notes: svn path=/head/; revision=27320
Diffstat (limited to 'www/grail')
-rw-r--r--www/grail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile
index ec25eb799795..5604c573dde4 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}