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/pysol | |
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/pysol')
-rw-r--r-- | games/pysol/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 6bbc52531823..7a9c081ba1ce 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: PySol -# Date created: 11 September 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pysol PORTVERSION= 4.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.pysol.org/download/pysol/:source \ ${MASTER_SITE_LOCAL:S/$/:support/} @@ -19,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Solitaire game, written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysolsoundserver.so:${PORTSDIR}/audio/pysol-sound-server \ - ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter USE_BZIP2= yes USE_PYTHON= yes |