diff options
Diffstat (limited to 'games/zephulor/Makefile')
-rw-r--r-- | games/zephulor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zephulor/Makefile b/games/zephulor/Makefile index 80d903deb044..39fae5c6df4e 100644 --- a/games/zephulor/Makefile +++ b/games/zephulor/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYGAME} \ - ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter + ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter WRKSRC= ${WRKDIR}/zephulor-source |