diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-05 08:35:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-05 08:35:44 +0000 |
commit | 0deb10cf17384a90582e1ed58a0344cd9de39843 (patch) | |
tree | 1053e36a67644b2c7fac094988165e272eb1a386 /games/pysol/Makefile | |
parent | 70b4cfa810139ef5ca913daa40f4d6c83aeef92a (diff) | |
download | ports-0deb10cf17384a90582e1ed58a0344cd9de39843.tar.gz ports-0deb10cf17384a90582e1ed58a0344cd9de39843.zip |
Notes
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index cc7cd4866eee..8b47122a0832 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} MAINTAINER= tg@FreeBSD.org -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter NO_BUILD= yes |