From 24f9fa389edc5ef4d852ba708ea03c6b32fbb984 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 21 Sep 2000 00:36:36 +0000 Subject: Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies and directories now that we have multiple python versions in the ports tree. --- www/grail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/grail') 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} -- cgit v1.2.3