diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-09-21 00:36:36 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-09-21 00:36:36 +0000 |
commit | 24f9fa389edc5ef4d852ba708ea03c6b32fbb984 (patch) | |
tree | 29427bb3a79a1cbf6c59f3019d6418237fca95d4 /www/grail | |
parent | c1e8a04fd2f3f7bd0f28813d9cb055d5421183ce (diff) | |
download | ports-24f9fa389edc5ef4d852ba708ea03c6b32fbb984.tar.gz ports-24f9fa389edc5ef4d852ba708ea03c6b32fbb984.zip |
Notes
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 4 |
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} |