diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
commit | ddb097c515164665524ac44bdad0a760e6d7e9cc (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /math/py-gato | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) | |
download | ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip |
Notes
Diffstat (limited to 'math/py-gato')
-rw-r--r-- | math/py-gato/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/py-gato/Makefile b/math/py-gato/Makefile index e75e8fce4551..22ea6a5bb5d3 100644 --- a/math/py-gato/Makefile +++ b/math/py-gato/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: py-gato -# Date created: 31 August 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gato PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://gato.sourceforge.net/Download/ MASTER_SITE_SUBDIR= gato @@ -16,7 +13,7 @@ DISTNAME= Gato-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Python-based toolbox to visualise algorithms on graphs -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter WRKSRC= ${WRKDIR}/Gato |