diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
commit | 5421797ae6616faade53ae8d4f272d1f900b6fab (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /games/pythonchess | |
parent | 224a7fe880cb070c2e8577c99a8e06dc806416ff (diff) | |
download | freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.gz freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.zst freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.zip |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Diffstat (limited to 'games/pythonchess')
-rw-r--r-- | games/pythonchess/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/pythonchess/Makefile b/games/pythonchess/Makefile index fbdc3cb250c6..f548f16f0945 100644 --- a/games/pythonchess/Makefile +++ b/games/pythonchess/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: pythonchess -# Date created: 24 November 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= pythonchess PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small program for playing chess against the computer -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter USE_PYTHON= yes |