summaryrefslogtreecommitdiff
path: root/www/grail
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-09-21 00:36:36 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-09-21 00:36:36 +0000
commit24f9fa389edc5ef4d852ba708ea03c6b32fbb984 (patch)
tree29427bb3a79a1cbf6c59f3019d6418237fca95d4 /www/grail
parentAdd two missing files (diff)
Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies and
directories now that we have multiple python versions in the ports tree.
Notes
Notes: svn path=/head/; revision=32912
Diffstat (limited to 'www/grail')
-rw-r--r--www/grail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile
index 18da12b09965..4ce121a1769a 100644
--- a/www/grail/Makefile
+++ b/www/grail/Makefile
@@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nectar@freebsd.org
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+USE_PYTHON= yes
+RUN_DEPENDS= ${PYTHON_LIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
WRKSRC= ${WRKDIR}/${PKGNAME}