diff options
author | tg <tg@FreeBSD.org> | 2000-04-05 16:35:44 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-05 16:35:44 +0800 |
commit | 8c0c665a87b0e0a3bbf0b60982a9ff26d5abc9e5 (patch) | |
tree | 66847f75bd162b30d676422bcb8f3be2688d5d68 /games/pysol/Makefile | |
parent | 9cfcce8d2f4243d294942e628b3759f3df04b071 (diff) | |
download | freebsd-ports-gnome-8c0c665a87b0e0a3bbf0b60982a9ff26d5abc9e5.tar.gz freebsd-ports-gnome-8c0c665a87b0e0a3bbf0b60982a9ff26d5abc9e5.tar.zst freebsd-ports-gnome-8c0c665a87b0e0a3bbf0b60982a9ff26d5abc9e5.zip |
Fix RUN_DEPENDS.
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 |